Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 450 Bytes

A python twitter robot for tweeting the hackerspace status at 57North Hacklab

Set up a venv using requirements.txt, ask hibby for the credentials file, go ham.

When setting up on a new machine remember to:

pip3 install -r requirements.txt

also don't forget

sudo cp tweetbot.service /etc/systemd/system/tweetbot.service
sudo systemctl daemon-reload
sudo systemctl enable tweetbot
sudo systemctl start tweetbot