Skip to content

satan007/RogueBot

 
 

Repository files navigation

RogueBot

My simple rogue-like game for Telegram and VK (in dev)

Requirements

You must have Python 3 to launch server. Also before launching you have to install requirements via pip3:

pip3 install -r requirements.txt

Than you have to create config.py:

# Token of your telegram bot
# (https://core.telegram.org/bots#6-botfather)
TELEGRAM_TOKEN = '110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw '

# Credtals for logging to vk
VK_LOGIN = 'bot@bot.ry'
VK_PASS = 'bot_password'

# List of admins ids
# Example: [ '66303244', 'vk1' ]
ADMINS_IDS = [  ]

You don't have to write vk login and pass, if you wouldn't use it. Same with telegram token.

Launching

To launch telegram bot:

python3 ./main.py

or

To launch vk bot:

python3 ./main_vk.py

You can also build all bot to pyc files (Just for fun):

python3 ./build.py
cd build
python3 main.pyc

That's it.

You can write me via Telegram (@yegorf1) or VK.com (vk.com/yegorf1) if you have any questions.

About

My simple rogue-like game for Telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%