Skip to content

Simple Node.js Telegram bot that warns the user when a given @username is available to use.

Notifications You must be signed in to change notification settings

brunogarciavaz/telegramusrmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Much like Twitter, Telegram has unique user handles such as @bruno. This bot scrapes t.me and warns the user when a given username he's monitoring is available to use. You can combine this with Telegram's Client API to automatically secure the free users, since it's impossible to poll usernames using the client because of timeouts. If you're going to use this you're going to have to at least add error handling for the promises

About

Simple Node.js Telegram bot that warns the user when a given @username is available to use.

Resources

Stars

Watchers

Forks