ChatBot that gives you details of direct flights available from given source to destination including price, departure time,etc.
Link to the Bot
-
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