Merge remote-tracking branch 'origin/main' into bot

This commit is contained in:
Linus E
2022-04-25 17:34:11 +02:00
21 changed files with 578 additions and 593 deletions

View File

@@ -11,4 +11,4 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati
COPY telegram_bot /srv/flask_app
# Run the application
CMD ["python bot.py"]
CMD ["/usr/local/bin/python", "bot.py"]

View File

@@ -11,4 +11,4 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati
COPY telegram_bot /srv/flask_app
# Run the application
CMD ["python bot_updates.py"]
CMD ["/usr/local/bin/python", "bot_updates.py"]

View File

@@ -1,4 +1,4 @@
pyTelegramBotAPI~=4.4.0
pyTelegramBotAPI~=4.5.0
Markdown~=3.3.6
yfinance~=0.1.70
newsapi-python~=0.2.6