项目作者: DatanewsOrg

项目描述 :
Telegram bot for news monitoring built using Python and Datanews News API.
高级语言: Python
项目地址: git://github.com/DatanewsOrg/telegram-bot.git
创建时间: 2020-10-20T15:59:34Z
项目社区:https://github.com/DatanewsOrg/telegram-bot

开源协议:MIT License

下载


telegram-bot

This repo contains an implementation of the Telegram bot that uses Datanews API.

Be sure to check out the article on how all this works: https://datanews.io/blog/building-telegram-news-bot-2020

Installation

  1. git clone <this repo url>
  2. cd telegram-bot
  3. pip install -r requirements.txt
  4. python main.py <datanews api key> <telegram token>

Example

Check out a live example at https://t.me/realDatanewsBot.

example