semasping / TelegramBotsForGolosAndSteemitBlockchains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram bots for Steem and Golos blockchains.

Contains:

  • Bot for notification about new post in blockchains
  • Bot for groping curations of posts

Usage:

Application use Redis and MongoDB for own needs. You have to install them on your server.

git clone https://github.com/semasping/TelegramBotsForGolosAndSteemitBlockchains

composer install

cp .env.example  .env
php artisan key:generate
# setup setting in .env file:
# * db settings
# * telegram keys 


php artisan migrate

License

My telegram bots is open-sourced software licensed under the MIT license.

About


Languages

Language:PHP 99.0%Language:HTML 0.8%Language:Vue 0.2%