Skip to content

Commit

Permalink
Changed readme to refer to python 3.11 instead of 3.8, and added the …
Browse files Browse the repository at this point in the history
…mobile user agent list to the MANIFEST.in
  • Loading branch information
sammytheindi committed Sep 17, 2024
1 parent 080e1e6 commit 9950298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include jobfunnel/demo/settings.yaml
include jobfunnel/demo/demo.png
include jobfunnel/resources/user_agent_list.txt
include jobfunnel/resources/user_agent_list_mobile.txt
include readme.md
include LICENSE
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Automated tool for scraping job postings into a `.csv` file.

# Installation

_JobFunnel requires [Python][python] 3.8 or later._
_JobFunnel requires [Python][python] 3.11 or later._

```
pip install git+https://github.com/PaulMcInnis/JobFunnel.git
Expand Down Expand Up @@ -111,5 +111,5 @@ Open the master CSV file and update the per-job `status`:
[cron]:https://en.wikipedia.org/wiki/Cron
[cron_doc]:docs/crontab/readme.md
[conc_fut]:https://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor
[thread]: https://docs.python.org/3.8/library/threading.html
[thread]: https://docs.python.org/3.11/library/threading.html
[delay_jp]:https://github.com/bunsenmurder/Notebooks/blob/master/jobFunnel/delay_algorithm.ipynb

0 comments on commit 9950298

Please sign in to comment.