Skip to content

LombardIT/TheRockBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@TheRockBot

Hello! This is the code used by @therockbot, through Telegram's Bot API. You can easily run your own @therockbot! Read this small tutorial.


Installing @therockbot

What you need:

  • Python, Pip and Git.
  • Clone this repository.
  • pip install -r requirements.txt.
  • A Bot API Token.
  • cp settings.ini.sample settings.ini, edit settings.ini with the bot's token.
  • Run cd db/ and then python createdb.py.

Running the bot

Running the bot: simplest way is with forever. Install forever through npm and then run forever -e err.log -o out.log start -c python bot.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%