Skip to content

fopina/tgbot-buttiebot

Repository files navigation

This is a friendly Telegram bot that will cheer your day, feel free to contact @ButtieBot.

Build Status Coverage Status

ButtieBot was a developed using TGBotPlug.

This repository is ready for openshift (as the bot is running there), so you can easily host your own:

  • Register in OpenShift

  • Install rhc, the command line tool

  • Run rhc setup to configure it

  • Talk to @BotFather to register your bot

  • And finally run these commands (replacing <YOUR_BOT_TOKEN> with the token provided by @BotFather)

    rhc app-create buttiebot python-2.7 postgresql-9.2 cron-1.4 --from-code https://github.com/fopina/tgbot-buttiebot/
    cd buttiebot
    rhc env-set TGTOKEN=<YOUR_BOT_TOKEN>
    rhc ssh -- 'app-root/repo/buttiebot.py --db_url="postgresql://$OPENSHIFT_POSTGRESQL_DB_HOST:$OPENSHIFT_POSTGRESQL_DB_PORT/$PGDATABASE" --create_db'
    rhc app-restart
    

Have fun!

About

A nice Telegram bot (using tgbotplug)

Resources

Stars

Watchers

Forks

Packages

No packages published