Cron job and english translation. #2
14
README.md
14
README.md
@ -2,16 +2,8 @@
|
|||||||
Send a daily tweet with your Pi-Hole statistics!
|
Send a daily tweet with your Pi-Hole statistics!
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
1. Install Python 3
|
1. Create an application [here](https://apps.twitter.com/). You will need the tokens for this to work
|
||||||
2. `pip3 install -U -r requirements.txt`
|
|
||||||
3. Copy config.ini.example to config.ini and adjust it
|
|
||||||
* `api_path` = Path to your /admin/api.php of Pi-Hole
|
|
||||||
* Tokens: Create an application [here](https://apps.twitter.com/)
|
|
||||||
4. Run it!
|
|
||||||
|
|
||||||
# Cronjob
|
2. curl -sSL https://raw.githubusercontent.com/mwoolweaver/Pi-Hole-stats-tweeter/master/install.sh | bash
|
||||||
This will tweet your stats at 23:59 everyday and redirects output to /dev/null:
|
|
||||||
|
|
||||||
```
|
the install script will ask if you want to install as a cronjob
|
||||||
59 23 * * * python3 /path/to/pihole_tweeter.py >/dev/null 2>&1
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user