From c0b283615d6f1a5a54d99ba3c2e29aca7663f316 Mon Sep 17 00:00:00 2001 From: DarthKeizer Date: Thu, 11 May 2017 10:50:18 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ac1ff5..7fe4c6d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,18 @@ I want to send a a daily tweet with the results of what my Pi-Hole blocked. Here is the code, run in Python3. # How to use -Install following python dependencies: -tweepy -datetime -json -urllib +Install following python dependencies with sudo pip install: + tweepy + datetime + json + urllib Download python file and replace it with your own account data and link to your own path/to/admin/api.php +# Cronjob +This will tweet your stats at 23:59 everyday +59 23 * * * sudo python3 /home/pi/Desktop/twittertweeter.py >/dev/null 2>&1 + # Twitter acces keys and tokens On they own website it is quite clearly explained: https://dev.twitter.com/oauth/overview/application-owner-access-tokens