Skip to content

Pandorabot AIML 1.0 Platform interface for the Telegram Bot API.

Notifications You must be signed in to change notification settings

Philipinho/PandoraBot-Telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandoraBot-Telegram

Pandorabot AIML 1.0 Platform interface for the Telegram Bot API.

Example bot: https://t.me/AnnaChatBot

Build requirements

  • Gradle
  • JDK 8

Setup Pandorabot

Setup Telegrambot

Talk to @BotFather on Telegram to create a bot and receive the bot token.

Setup bot properties

Edit the bot.properties file in the resources directory to include your Telegram bot username, token and Pandorabot id.

Build project

git clone https://github.com/philipinho/pandorabot-telegram.git
$ cd pandorabot-telegram
$ gradle build

Running the bot

$ java -jar build/libs/pandorabot-telegram-1.0-SNAPSHOT.jar

To run bot continuously after closing the session use nohup

$ nohup java -jar build/libs/pandorabot-telegram-1.0-SNAPSHOT.jar &

About

Pandorabot AIML 1.0 Platform interface for the Telegram Bot API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages