MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / main

Function main

examples/asynchronous_telebot/timer_bot_async.py:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47async def main():
48 await asyncio.gather(bot.infinity_polling(), scheduler())
49
50
51if __name__ == '__main__':

Callers 1

timer_bot_async.pyFile · 0.70

Calls 2

schedulerFunction · 0.85
infinity_pollingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…