TeleCO2gram / backend

0 stars 0 forks source link

Integrate bot in fastAPI backend #15

Closed francescosave closed 1 day ago

francescosave commented 1 week ago

Integrate bot in fast API backend.

Use long polling method of python-telegram-bot ( use run_polling method).

The update Default update polling is triggered (default) every 10 seconds.

The log of python-telegram-bot (with basicConfig method) shows the function callback call.