Skip to content

Simple demo server interacting with Telegram API by polling way (for testing and development at local machine)

Notifications You must be signed in to change notification settings

FabLab61/telegram_bots_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

sh installdeps.sh
morbo server.pl

Don't forget to paste your own token at server.pl

my $api = WWW::Telegram::BotAPI->new (
    token => 'your_own_token'
);

You can get own token from BotFather

About

Simple demo server interacting with Telegram API by polling way (for testing and development at local machine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published