mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 20:14:32 -08:00
package structure
This commit is contained in:
@@ -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(
|
||||
|
||||
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():
|
||||
@@ -1,4 +1,4 @@
|
||||
from jobscrape import scrape_jobs
|
||||
from jobspy import scrape_jobs
|
||||
|
||||
|
||||
def test_ziprecruiter():
|
||||
Reference in New Issue
Block a user