Need to know the best price for your PC Parts? Use this bot!
Give the project a star!
View Demo
·
Report Bug
·
Request Feature
I made this bot with the purpose of helping out the gamers to get the best prices for their PC's. The bot is currently on a Beta phase as it still shows some errors that need to get fixed.
Let's get to it!
To setup the bot's webook you need where to launch the app (Flask) to receive the incoming updates via webhook. If you already have your host make sure to set your bot's webhook to the host:
https://api.telegram.org/bot<YOUR_BOT_API_KEY>/setWebhook?url=<YOUR_URL>
We need to make some changes in our code:
TGLink = 'https://api.telegram.org/bot<YOUR_BOT_API_KEY>/sendMessage'
Replace <YOUR_BOT_API_KEY> with your bot's api key.
To use the bot you only need to know two commands (both do the same):
/compare <item's_name> and !compare <item's_name>
Wanna contribute to the project? Great! Please follow the next steps in order to submit any feature or bug-fix :) You can also send me your ideas to my Telegram, any submit is greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Telegram: - @freshSauce
Project Link: https://github.com/freshSauce/PriceComparator