6c37062b131aded8ea87e0c511ebc60b6301f53c
Wallamonitor
Periodically checks Wallapop for new articles based on specified parameters and notify through Telegram channel.
Setup 🔧
pip3 install -U python-dotenv
pip3 install python-telegram-bot
You will also need to change .env parameters:
TELEGRAM_CHANNEL_ID=@Your_Telegram_Channel_ID
TELEGRAM_TOKEN=Your Telegram Token
Usage
$ python3 alert.py -h
usage: alert.py [-h] --name NAME [--latitude LATITUDE] [--longitude LONGITUDE] [--condition CONDITION]
[--min MIN_PRICE] [--max MAX_PRICE]
Arguments
optional arguments:
-h, --help show this help message and exit
--name NAME Article name
--latitude LATITUDE Latitude
--longitude LONGITUDE Longitude
--condition CONDITION Item condition: all, new, as_good_as_new, good, fair, has_given_it_all
--min MIN_PRICE Min price
--max MAX_PRICE Max price
Example:
$ python3 alert.py --name ps5 --condition new --min 400 --max 600
Description
Languages
Vue
43.1%
JavaScript
30.7%
Python
18.7%
Astro
5.6%
CSS
0.9%
Other
1%