forked from ticketfrei/ticketfrei
reworked setup guide
This commit is contained in:
parent
3fa47de34e
commit
72fcf0cbba
|
@ -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
|
||||
- [ ] put shutdown contact in ticketfrei.cfg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[mapp]
|
||||
app_name = 'yourcity_ticketfrei'
|
||||
name = 'yourcity_ticketfrei'
|
||||
|
||||
[muser]
|
||||
email = 'youremail@server.tld'
|
||||
|
|
Loading…
Reference in a new issue