This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
FVG
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added telegram bot
master
corsaronero
2 years ago
parent
ff064d06f4
commit
705792db86
2 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+12
-0
telegram/getgroupmessages.py
+ 1
- 0
.gitignore
View File
@ -0,0 +1 @@
telegram/bottoken.txt
+ 12
- 0
telegram/getgroupmessages.py
View File
@ -0,0 +1,12 @@
import
telepot
bot
=
telepot
.
Bot
(
'
botfather given token
'
)
response
=
bot
.
getUpdates
(
)
print
(
response
)
print
(
bot
.
getMe
(
)
)
Write
Preview
Loading…
Cancel
Save