https://github.com/python-world/joble
This Platform Search Thousands Of Job Boards In Different Technologies From Over The World .
https://github.com/python-world/joble
hacktoberfest hacktoberfest2020 jobsearch jobseeker scraping spiders
Last synced: 7 months ago
JSON representation
This Platform Search Thousands Of Job Boards In Different Technologies From Over The World .
- Host: GitHub
- URL: https://github.com/python-world/joble
- Owner: Python-World
- License: mit
- Created: 2019-09-03T14:52:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T09:03:44.000Z (about 2 years ago)
- Last Synced: 2025-04-19T20:54:00.961Z (10 months ago)
- Topics: hacktoberfest, hacktoberfest2020, jobsearch, jobseeker, scraping, spiders
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 22
- Watchers: 2
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Joble
This Platform Search Thousands Of Job Boards In Different Technologies From Over The World .
## Installation
step 1 : Create clone of Joble.
```
git clone https://github.com/chavarera/Joble.git
```
step 2 : Change working directory to Joble
```
cd Joble
```
step 3 : Create Virtual environment
```
virtualenv -p python3 vnev
```
setp 4 : Activate Virtual environment
```
source vnev/bin/activate
```
step 5 : Install required packages
```
pip install -r requirements.txt
```
step 6 : Now Exceute Spiders
## List of Spiders Available
1. Naukri
2. MonsterIndia
### 1. Naukri
Get 20 Jobs per catgory
```
scrapy crawl Naukri
```
Available Option
1. city
2. count
3. keyword
For Example
```
scrapy crawl Naukri -a keyword=python -a count=20 -a city=pune
```
Export Output in csv,json
```
scrapy crawl Naukri -a keyword=python -o python.csv
```
### 2. MonsterIndia
Available Option
1. city
2. count
3. keyword
For Example
```
scrapy crawl MonsterIndia -a keyword=python -a
```