Skip to content

taskula/sonm-community-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SONM Community Telegram Bot

Installation

Cloning

git clone https://github.com/taskula/sonm-community-telegram-bot.git
cd sonm-community-telegram-bot

Configuration

First, provide your Telegram Bot Token (given by @BotFather) into a terminal window

TELEGRAM_BOT_TOKEN=123456789:ABCDEFhijklmn123OPQRSTUvw4567xyz890

Then, run the following commands

cp config/telegram.json.template config/telegram.json
sed -i "s/ADD_BOT_TOKEN_HERE/$TELEGRAM_BOT_TOKEN/g" config/telegram.json

Dependencies

Now you have your Bot Token in place. Next, it is time to install Python dependencies. (if you don't yet have pipenv, please install it)

pipenv install

Running the bot

Then, simply start the bot

python3 start.py

About

Community Operated Telegram Bot for Monitoring SONM Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages