Searches 150 + job from indeed websites in 5 seconds
Project description
[]
indeedjobsearch Bot
what is Indeed Job Search Bot ?
- Indeed job search bot is a bot that finds you 150 + jobs in less than 5 seconds
- The output can be saved as either CSV or Excel File
- Refer to examples shown Below
Dependencies
pip install pandas
pip install bs4
pip install requests
Installation
pip install indeedjobsearch
Usage
try:
from indeedjobsearch.indeedjobsearch import IndeedJobSearch
print("All modules loaded .... ")
except Exception as e:
print("Failed to load Module ")
# create a object of class
jobsearch = IndeedJobSearch(title='Python', location="Bridgeport , CT")
# call method getJobs()
data = jobsearch.getJobs()
# Return Pandas Dataframe
print(data)
# Save all the Jobs in Excel File
jobsearch.saveExcel()
- we will add more features to this. if you have any issue running this kindly send a email to the author
Authors
Soumil Nitin Shah
Bachelor in Electronic Engineering | Masters in Electrical Engineering | Master in Computer Engineering |
- Website : https://soumilshah.herokuapp.com
- Github: https://github.com/soumilshah1995
- Linkedin: https://www.linkedin.com/in/shah-soumil/
- Blog: https://soumilshah1995.blogspot.com/
- Youtube : https://www.youtube.com/channel/UC_eOodxvwS_H7x2uLQa-svw?view_as=subscriber
- Facebook Page : https://www.facebook.com/soumilshah1995/
- Email : shahsoumil519@gmail.com
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file indeedjobsearch-6.2.0-py3-none-any.whl
.
File metadata
- Download URL: indeedjobsearch-6.2.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7098adf415ed66ff21dd7575f9648607382983830070af26e9fee91838e25fa |
|
MD5 | 0b3060b99d282da62f9989bfbb63945f |
|
BLAKE2b-256 | 98436deb8a7712da0297c09a56f4d5cebca5ada7a0996dd5a5dec5a43f4a2073 |