Scrapper for nepremicnine.net
- Python 3.9+.
- Additional required packages are listed in
requirements.txt
.
Install them with:pip install -r requirements
. - Telegram bot. Check this tutorial to create new one.
- First create
appdata.json
. Checkappdata_example.json
to see required fields. Fill them with appropriate values.BOT.TOKEN
- your bot's hidden tokenBOT.GROUPD
- groups where the bot is added, and you want it to send messagesURLS
- nepremicnine.net search URLs
- Run the program with Python:
python app.py
.
Checkpython app.py -h
for additional arguments.
It is recommended to set up OS specific service that will run this program in intervals.