requilence / integram

Integrate Telegram into your workflow ā€“ Trello, Gitlab, Bitbucket and other bots
https://integram.org
GNU General Public License v3.0
1.54k stars 151 forks source link
bitbucket gitlab golang golang-application telegram telegram-bot telegram-bot-api trello

Integram 2.0

Framework and platform to integrate services with Telegram using the official Telegram Bot API

ā„¹ļø Individual integration repos are located at https://github.com/integram-org.

CircleCI Docker Image GoDoc

Screencast

How to use Integram in Telegram (using public bots)

Just use these links to add bots to your Telegram

Did not find your favorite service? šŸ¤˜ Vote for it

How to host Integram on your own server (using your private bots)

šŸ³ Docker way

šŸ›  Old-school way (No docker)

    ## set the GOPATH to the absolute path of directory containing 'src' directory that you have created before
    export GOPATH=/var/integram

    cd $GOPATH/src/integram
    ## install dependencies
    dep init

Dependencies

Dependencies are specified in Gopkg.toml and fetched using Go dep

Contributing

Feel free to send PRs. If you want to contribute new service integrations, please create an issue first. Just to make sure someone is not already working on it.

Libraries used in Integram

License

Code licensed under GPLV3 license

Analytics