Added fetcher to fetch title, image url, price and description

This commit is contained in:
2022-05-03 09:52:00 +02:00
parent 7bd48745c0
commit bdd342f8ac
2 changed files with 147 additions and 2 deletions

View File

@@ -2,4 +2,6 @@ pyTelegramBotAPI~=4.5.0
python-dotenv~=0.20.0
APScheduler~=3.9.1
SQLAlchemy~=1.4.36
mysqlclient~=1.4.6
mysqlclient~=1.4.6
requests~=2.27.1
beautifulsoup4~=4.9.1