Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eternnoir/pyTelegramBotAPI
/ main_loop
Function
main_loop
examples/inline_example.py:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
def
main_loop():
64
bot.infinity_polling()
65
while
1:
66
time.sleep(3)
67
68
69
if
__name__ ==
'__main__'
:
Callers
1
inline_example.py
File · 0.85
Calls
1
infinity_polling
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…