DEV Community

Deepjyoti Barman
Deepjyoti Barman

Posted on • Originally published at deepjyoti30.github.io

3 2

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

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay