From 72fcf0cbba6749a13a12142cbb93231c7c79b530 Mon Sep 17 00:00:00 2001 From: b3yond Date: Tue, 11 Jul 2017 20:49:36 +0200 Subject: [PATCH] reworked setup guide --- README.md | 4 ++-- ticketfrei.cfg.example | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3af068e..7ebad26 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ . bin/activate ``` Install dependencies ```shell -$ pip3 install Mastodon.py pytoml pickle +$ pip3 install Mastodon.py pytoml $ pip install python-twitter pytoml requests ``` Configure @@ -62,4 +62,4 @@ Desktop/pycharm-community-2017.1.4/bin/pycharm.sh - [ ] Make both bots run on their own *and* next to each other - [ ] implement trigger class in retootbot - [ ] read config in retweetbot -- [ ] put shutdown contact in ticketfrei.cfg \ No newline at end of file +- [ ] put shutdown contact in ticketfrei.cfg diff --git a/ticketfrei.cfg.example b/ticketfrei.cfg.example index 4c0ec36..d6d3d2f 100644 --- a/ticketfrei.cfg.example +++ b/ticketfrei.cfg.example @@ -1,5 +1,5 @@ [mapp] -app_name = 'yourcity_ticketfrei' +name = 'yourcity_ticketfrei' [muser] email = 'youremail@server.tld'