Simple Telegram BOT

GoDesain

Regular Member
Joined
Feb 26, 2011
Messages
491
Reaction score
224
Hi all...

Just code this small bot for telegram users... not sure if this usefull or not..

Code:
https://gist.github.com/xinro/f2a3dfb67071aff6471fb1e876095202

at this time working function for scraping member from group.. next i will add more function..

Note:
  • I'm single fighter, so it might take a while to make all functional.
  • Don't think this is mine, this is ours. so please help to make this program better.
  • If you want custom code, private build and fast fix.. please post your requests in here : Want to hire
  • Please post any problem and idea to make this script better in here.. do not PM me.
  • For mods, please move this post in the right place if it's in the wrong place.
 
Hi,

Is your bot can scrape all members of the group?

Thanks.
 
Hi,

Is your bot can scrape all members of the group?

Thanks.
Yes.. you must join that group first..

then follow tutorial:
  • Go to http://my.telegram.org and log in.
  • Click on API development tools and fill the required fields.
  • put app name you want & select other in platform.
  • After clicking Create App, Copy "api_id" & "api_hash" from there.
  • Edit value on file. api_id = API_ID || api_hash = API_HASH
  • maske sure you have python installed then install telethon : pip install -U telethon
let me know if any problem
 
Back
Top