This python code retrives the steam market prices of products provided the steam market URL's.
Added Telegram Bot, which interacts with users to retrive the prices from links from users.
Telegram Bot folder -
config.jsoncontains Bot API key, MongoDB config detailsdbHandler.pyfor database entry, updation, deletionpriceBot.pymain bot program
Python 3.7jsonurllib.requesturllib.parse
- run the program using
python price.py list.txtfile contains all the product URL's from Steam Market seperated in each line
with example link output is:
★ Falchion Knife | Blue Steel (Field-Tested)
₹ 7,000.14
- Display the prices
- Database MongoDB to store each users watchlist links [currently developing]
- Custom currency to choose from
- Alert sent to Telegram using a bot, when price is low at a certain point
- Release this project as a bot for multiple users with database