A Telegram Bot that you can search a book inventory in Tabadol-Ketab with.
Tabadol-Ketab-Telegram-Bot is a fast and user-friendly way telegram bot for checking Tabadol-Ketab book inventory.
- Open your Telegram
- Find this bot -> @tabadol_ketab_bot
- Send your book name and get answers
- Enjoy!
tabadol-ketab-bot only and only requires Docker to be run.
Install Docker and start the bot, docker takes care of other dependencies.
apt install docker-ce
Now clone the repo:
git clone https://github.com/Revisto/tabadol-ketab-bot
cd tabadol-ketab-bot
Let's take care of .env files...
cp tabadol-ketab/.env.example tabadol-ketab/.env
.env file contains your telegram bot access token.
telegram_robot_access_token = 1234567891:ABCD_123456ABCD123456abcd1234567891
Make sure that you have done all installation steps and made .env files. then, build it and run it.
docker build -t tk_bot .
docker run -d tk_bot
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Please ⭐️ this repository if this project helped you!
GNUv2
Free Software, Hell Yeah!