This is a bot that monitors eBay seller listings and sends notifications to your Telegram account when there are updates.
- Monitor eBay seller listings
- Send notifications to Telegram account/group
- Clone this repository
- Install dependencies
py -m pip install -r requirements.txt
- Create a Telegram bot and get the bot token
- Create a Telegram group and add the bot to the group
- Get the group chat id
- Register a developer account on eBay and get the app id
- Create a Config.ini file in the root directory of the repository and fill in the details
[TelegramBotConfig]
token = YOUR_BOT_TOKEN
my_user_id = YOUR_USER_ID
dest_channel_id = YOUR_GROUP_CHAT_ID
[EbayConfig]
appid = YOUR_EBAY_APP_ID
[EbayFilters]
seller_name = SELLER_NAME (in URL of seller's page)