mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
package structure
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from jobscrape import scrape_jobs
|
from jobspy import scrape_jobs
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
jobs: pd.DataFrame = scrape_jobs(
|
jobs: pd.DataFrame = scrape_jobs(
|
||||||
|
|||||||
0
python_jobspy/tests/__init__.py
Normal file
0
python_jobspy/tests/__init__.py
Normal file
@@ -1,4 +1,4 @@
|
|||||||
from jobscrape import scrape_jobs
|
from jobspy import scrape_jobs
|
||||||
|
|
||||||
|
|
||||||
def test_indeed():
|
def test_indeed():
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
from jobscrape import scrape_jobs
|
from jobspy import scrape_jobs
|
||||||
|
|
||||||
|
|
||||||
def test_ziprecruiter():
|
def test_ziprecruiter():
|
||||||
Reference in New Issue
Block a user