mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
docs: update readme
This commit is contained in:
@@ -24,7 +24,7 @@ Updated for release v1.1.3
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install --upgrade python-jobspy
|
pip install python-jobspy
|
||||||
```
|
```
|
||||||
|
|
||||||
_Python version >= [3.10](https://www.python.org/downloads/release/python-3100/) required_
|
_Python version >= [3.10](https://www.python.org/downloads/release/python-3100/) required_
|
||||||
@@ -45,7 +45,7 @@ print(f"Found {len(jobs)} jobs")
|
|||||||
print(jobs.head())
|
print(jobs.head())
|
||||||
jobs.to_csv("jobs.csv", index=False)
|
jobs.to_csv("jobs.csv", index=False)
|
||||||
|
|
||||||
# output to .xlsx
|
# output to Excel
|
||||||
# jobs.to_xlsx('jobs.xlsx', index=False)
|
# jobs.to_xlsx('jobs.xlsx', index=False)
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -159,8 +159,7 @@ persist, [submit an issue](https://github.com/cullenwatson/JobSpy/issues).
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Q: Received a response code 429?**
|
**Q: Received a response code 429?**
|
||||||
**A:** This indicates that you have been blocked by the job board site for sending too many requests. Currently, *
|
**A:** This indicates that you have been blocked by the job board site for sending too many requests. All of the job board sites are aggressive with blocking. We recommend:
|
||||||
*LinkedIn** is particularly aggressive with blocking. We recommend:
|
|
||||||
|
|
||||||
- Waiting a few seconds between requests.
|
- Waiting a few seconds between requests.
|
||||||
- Trying a VPN or proxy to change your IP address.
|
- Trying a VPN or proxy to change your IP address.
|
||||||
|
|||||||
Reference in New Issue
Block a user