implemented /news and deleted debugbot (edit BOT_API_KEY instead) #2

Merged
Rripped merged 40 commits from bot-features into main 2022-03-16 09:08:43 +00:00
2 changed files with 10 additions and 5 deletions
Showing only changes of commit 6e710e702e - Show all commits

View File

@ -5,3 +5,12 @@ __author__ = "Florian Kellermann, Linus Eickhoff"
__date__ = "15.03.2022"
__version__ = "0.0.1"
__license__ = "None"
import sys
from newsapi import NewsApiClient
newsapi = NewsApiClient(api_key=api_key)
from pandas.io.json import json_normalize
import pandas as pd
if __name__ == '__main__':
sys.exit(-1)

View File

@ -1,4 +0,0 @@
pyTelegramBotAPI~=4.4.0
beautifulsoup4==4.10.0
Markdown==3.3.6
Pillow==9.0.1