Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 862 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 862 Bytes

FlyingBot

ChatBot that gives you details of direct flights available from given source to destination including price, departure time,etc.

Link to the Bot

Test this yourself

  • Clone this repo.

  • You need to have a Telegam account. Create one here

  • Create a bot on telegram TelegramBot

  • Save the token given by BotFather to replace it with <YOUR_BOT_TOKEN> line 9 in python script.

  • Also create a new goibibo account here and get the flight-search api id and key and replace it <YOUR_APP_ID> and <YOUR_APP_KEY> line 55 in python script.

  • To deploy it to heroku check my blog here