
Connect internet over Mobile and send tweets with image and text. You can use following transactions for work.
- Firstly, Check http://sixfab.com/quickstart/
- Connect your Raspberry Pi to internet and run
sudo apt-get update
to update your Raspberry Pi - Make internet connection
- For Gprs Shield
- Make Tutorial 2 to connect internet over Mobile.
- For 3G/LTE Shield
- Make Tutorial 3 to connect internet over Mobile.
- For Gprs Shield
- Register a Twitter App with this tutorial to get Consumer Key etc.
- Install Python and required libraries with following commands
sudo apt-get install python-setuptools
sudo easy_install pip
sudo pip install twython
- Download source code
wget https://raw.githubusercontent.com/sixfab/rpiShields/master/tutorials/tutorial5/Tiwitting.py
- Make it executable
sudo chmod +x Tiwitting.py
- Let’s send tweet
python Tiwitting.py 'Hello Everyone, I am using Sixfab Iot Shield!'
Tutorial Video: