mirror of https://github.com/Bunsly/JobSpy
package structure
parent
0bbd3ec043
commit
39f675f3c8
|
@ -14,7 +14,7 @@
|
|||
### Usage
|
||||
|
||||
```python
|
||||
from jobscrape import scrape_jobs
|
||||
from jobspy import scrape_jobs
|
||||
import pandas as pd
|
||||
|
||||
jobs: pd.DataFrame = scrape_jobs(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from jobscrape import scrape_jobs
|
||||
from jobspy import scrape_jobs
|
||||
|
||||
|
||||
def test_indeed():
|
|
@ -1,4 +1,4 @@
|
|||
from jobscrape import scrape_jobs
|
||||
from jobspy import scrape_jobs
|
||||
|
||||
|
||||
def test_ziprecruiter():
|
Loading…
Reference in New Issue