Telegram bot for JIRA
To start the bot you need:
- Install telepot and JIRA libs using PIP:
pip install telepot
pip install jira
- Create local sqlite data base using script DB_create. Enter in the terminal inside directiory with the files:
python DB_create.py
- Add to settings.py your Telegram bot TOKEN that you can get from the @BotFather bot inside Telegram.
- Start your bot
python main.py
You can try it online at @jirasearchbot