telegram-technews-notifier
telegram-technews-notifier copied to clipboard
A Telegram bot which notifies latest Tech News from various sources
Telegram Tech-News Bot
A telegram bot which notifies latest tech news from various sources to your telegram channel
Requirements
- Get Python
- Git
Instructions
Following method works same for linux,win,android(termux)
Get the package
$ git clone https://github.com/SwapnilSoni1999/telegram-technews-notifier
$ cd telegram-technews-notifier
Install required packages
$ pip install -r requirements.txt
once it's done setup BOT_TOKEN and chat_id in config.json
- Get your bot token from BotFather
- Use RoseBot to acquire your chat id (use bot for ease)
- Setup
config.json
{
"BOT_TOKEN": "your_bot:token",
"chat_id": "chat id eg. -106969"
}
Once its finished start the script! and Relax!
$ python main.py
Issues
if you face any kind of issue then please let me know on telegram
License
© Swapnil Soni (UnLicnesed/Free to use)