setkyar / nodeflair-scrapper

A simple Nodeflair job scrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeflair-scrapper

A simple Nodeflair job scrapper. Specifically to the search page.

Please don't abuse using this!

Idea is like to setup a cron once a day send to your telegram bot for you.

You can read this blog post for usage idea. Nothing new as here but writing as a blog post lol!

Installation

Activate venv and install necesary packages

python3 -m venv .venv
. .venv/bin/activate;
pip install -r requirements.txt

Copy .env.example to .env and configure telegram bot and chat id.

NOTIFY_TELEGRAM=False
TELEGRAM_BOT_TOKEN=Your bot token without bot prefix
CHAT_ID=

Don't forget to download geckodriver and move it under ~/.local/bin and make it executable.

Usage

python main.py <query> <location> <salary>

Example

python main.py DevOps Singapore 8000

About

A simple Nodeflair job scrapper


Languages

Language:Python 100.0%