Skip to content
Temporary Telegram bot in JavaScript running locally in your browser
Branch: gh-pages
Clone or download
Pull request Compare This branch is 2 commits ahead of nadam:gh-pages.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
CNAME
LICENSE
README.md
_config.yml
index.html

README.md

Flukybot

Yes, you can run a Telegram bot locally in your own browser using JavaScript. No need to install anything since you already have a browser. You're not likely to have your browser online all the time though, so the bot might be a bit fluky. This is mainly a proof-of-concept and a way to experiment with the Bot API with JavaScript.

The example includes receiving messages, sending messages, custom keyboards and using the bot inline. You can easily use other parts of the Bot API using similar code.

You can try it out at anyro.se/flukybot/ or download the index.html file and open it locally.

Creating your own bot

If you are new to bots or bot development for Telegram check out the following links:

License

Apache License 2.0

You can’t perform that action at this time.