Initial commit, refactored some things from original code and removed WP functionality

This commit is contained in:
Joan Cano
2023-03-06 17:04:59 +01:00
commit a4a76966fe
25 changed files with 517 additions and 0 deletions

6
bot/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
python-telegram-bot==13.13
requests==2.28.1
beautifulsoup4==4.11.1
lxml==4.9.1
selenium==4.4.0
Pillow==9.2.0