Main

cleanup

root@edison:~# cd openstack
root@edison:~/openstack# git reset --hard
HEAD is now at 873c8c4 Update documentation/Introduction.md
root@edison:~/openstack# git clean -fx
...
root@edison:~/openstack# cd device
root@edison:~/openstack/device#

missing credentials

root@edison:~/openstack/device# python main.py 
Traceback (most recent call last):
  File "main.py", line 53, in <module>
    credential = credentials.get("telegram", "token")
  File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'telegram'
Exiting
Exception KeyError: KeyError(-1217222912,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
root@edison:~/openstack/device#

credentials setup

directory structure

main execution

main interaction through telegram bot

Interact with your Bot using the Web Telegram Org Application

main source code

Last updated