DEV Community

Deepjyoti Barman
Deepjyoti Barman

Posted on • Originally published at deepjyoti30.github.io

How I wrote a Telegram bot for Bitbucket using Heroku and Python.

So recently I started working on a group project with some of my friends. We did not want to make it opensource but I wanted to make sure we use a version controlling system but GitHub didn't allow having private organization repos without a cost, so we ended up with BitBucket.

Things to set up

So we need to set up some things before we go on with writing our app.

  • Set up your bot. Read this
  • Set up a Heroku account, we need that because that's where we are going to deploy the app.

My first attempt at the bot didn't work and it was, TBH wasn't the right way to do it. The second attempt is the proper way to do it.

Read the rest of the article here

Oldest comments (0)