This is a simple telegram robot that used python telegram bot wrapper to create a simple robot in telegram to send you the Linux fortune command output. #Dependencies I recommend that you try to install all of the requirement inside a virtualenv First of all you should do :
1- Install the virtualenv for Ubuntu and Debian you had to do that with package manager Debian and Ubuntu: apt-get install python-virtualenv virtualenv mybot source mybot/bin/activate cd mybot
2- Pip make your life easier: pip install python-telegram-bot for sure do : python import telegram you should not see any error messages
3- git clone https://github.com/gr8linux/telegram-fortune-bot.git
4- cd telegram-fortune-bot && python frtbot.py
5- you should modify the file with your Telegram robot that you made it by FatherBot
6- add your robot by browsing http://telegram.me/yourobotname
enjoy your bot!!:)