Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 851 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 851 Bytes

KilroyTheRobot

Python code for the amazing Tweet Bot on pcDuino.

How-To Kilroy

pcDuino (or any Debian-based Linux system):

  • sudo apt-get update
  • sudo apt-get install python-pip
  • sudo pip install Twython
  • Download KilroyTheRobot source
  • python read_sprites.py
  • sudo python KilroyTheRobot.py

To have Kilroy run on boot, add the following lines to /etc/rc.local (before 'exit 0'):

Run Kilroy script

cd /home/ubuntu/Projects/KilroyTheRobot/ python KilroyTheRobot.py

Windows (if you must):