Skip to content

A bot to send the user a telegram message when a Ebay seller of their choosing updates their listings.

Notifications You must be signed in to change notification settings

raracraz/Ebay-Listing-Update-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ebay Listing Update Bot

This is a bot that monitors eBay seller listings and sends notifications to your Telegram account when there are updates.

Workflow Diagram

Blank diagram

Features

  • Monitor eBay seller listings
  • Send notifications to Telegram account/group

Usage

  1. Clone this repository
  2. Install dependencies py -m pip install -r requirements.txt
  3. Create a Telegram bot and get the bot token
  4. Create a Telegram group and add the bot to the group
  5. Get the group chat id
  6. Register a developer account on eBay and get the app id
  7. 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)

About

A bot to send the user a telegram message when a Ebay seller of their choosing updates their listings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages