Skip to content

2rDK/dweetData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dweetData

Send various data to Dweet.io and MySQL

#Install

RPi

Requirements

The Raspberry Pi must support Python 3.4. This means it must either be updated from Wheezy to Jessie or Python3.4 must be compiled from source. If not, the MySQLdb module will fail due to incompability with Python3.2 (Wheezy standard)

Procedure

  1. First install PIP
apt-get install python3-pip
  1. Install requests:
pip3 install requests
  1. Install support for mysql:
apt-get install libmysqlclient-dev
apt-get install python-dev
pip3 install mysqlclient
  1. Make suitable folder for the project, e.g.:
mkdir Documents/dweetData
  1. Use git to initialize folder and download repository form GitHub
cd Documents/dweetData
git init
git pull <URL>

Credits

i2c_base.py is shamelessly borrowed from https://github.com/raspberrypi/weather-station/

About

Send various data to Dweet.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages