Python Project which tweets the readings from BMP18O sensor
Two packages are vital in order to use this project.
- Adafruit BMP180 code:
Follow instructions: https://github.com/adafruit/Adafruit_Python_BMP
- Twython:
install via $ pip install twython
or
$ easy_install twython
Furhermore, get the code and replace 'REPLACEME' sections according to the Twitter app secrets.