Skip to content

python & arduino code for a arduino geiger counter that streams tweets, screens for keywords around nuclear and maps the tweets per minute - warning you of the next Fukushima or nuclear war (or maybe breakthrough in nuclear physics)

leftbigtoe/tweiger_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tweiger_counter

python & arduino code for a arduino geiger counter that streams tweets, screens for keywords around nuclear and maps the tweets per minute - warning you of the next Fukushima or nuclear war (or maybe breakthrough in nuclear physics)

code for the following instructable http://www.instructables.com/id/the-tweiger-counter/

if you want to search for other keywords, you can either change the code or just start the script from the command line with the words as commandline arguments:

user@computer c/tweiger_counter/ $ python tweiger_counter.py keyword1 keyword2 ... maximum

you can pass as many keywords as you want. the normalization argument lets you define for which number of tweets per minute the maximum will be reached. by that you can scale your counter. starting from IDLE or without arguments will just call standard keywords

the script should automatically detect which operating system you run and try to connect to the arduino on the standard port ("COM4" for windows and "/dev/ttyACM0" for linux). if you can't connect, make sure you are using the right port.

About

python & arduino code for a arduino geiger counter that streams tweets, screens for keywords around nuclear and maps the tweets per minute - warning you of the next Fukushima or nuclear war (or maybe breakthrough in nuclear physics)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages