Zemllia / RPGram

A text RPG for Telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPGram Logo

RPGram

Dependencies

Building from sources

$ git clone https://github.com/Zemllia/RPGram.git
$ cd RPGram
$ mvn compile

Configuration

A configuration file (config.properties) example:

bot.token=123456789:your-secret-token
bot.name=my_rpgram_bot
proxy.enabled=[true|false]
proxy.host=127.0.0.1
proxy.port=9050

Running the bot

$ mvn exec:java -Dexec.args='config.properties'

About

A text RPG for Telegram

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%