diff --git a/README.md b/README.md index 83b1f98..4ad951a 100644 --- a/README.md +++ b/README.md @@ -30,20 +30,27 @@ $ vim ticketfrei.cfg ``` Edit the account credentials, so your bot can use your accounts. +### blacklisting + Also add the words to the goodlist, which you want to require. A tweet is only retweeted, if it contains at least one of them. If you want to RT everything, just add your account name. There is also a blacklist, which you can use to automatically sort out malicious tweets. Be careful though, our filter can't read the intention with which a word was used. Maybe you wanted it there. Note that atm the good- & blacklist are still outside of ticketfrei.cfg, in separate files. we will repare this soon. +### screen + To keep the bots running when you are logged out of the shell, you can use screen: ```shell sudo apt-get install screen +echo "if [ -z "$STY" ]; then screen -RR; fi" >> ~/.bash_login screen python ticketfrei.py ``` +To log out of the screen session, press "ctrl+a", and then "d". + ## ideas * You can only use the twitter API if you have confirmed a phone number and sacrificed a penguin in a blood ritual. So we should build it in a way that it uses the twitter web GUI. It's difficult, but maybe it works. We had another twitter bot that worked similarly, years ago: https://github.com/b3yond/twitter-bot diff --git a/campaign/Wire 2017-10-15 at 11.51.17.png b/campaign/Wire 2017-10-15 at 11.51.17.png new file mode 100644 index 0000000..6fd2da1 Binary files /dev/null and b/campaign/Wire 2017-10-15 at 11.51.17.png differ