advice about using screen

This commit is contained in:
b3yond 2017-10-17 15:27:24 +02:00
parent 50f81c3bc1
commit ee256af154
2 changed files with 7 additions and 0 deletions

View file

@ -30,20 +30,27 @@ $ vim ticketfrei.cfg
``` ```
Edit the account credentials, so your bot can use your accounts. 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. 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. 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. 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: To keep the bots running when you are logged out of the shell, you can use screen:
```shell ```shell
sudo apt-get install screen sudo apt-get install screen
echo "if [ -z "$STY" ]; then screen -RR; fi" >> ~/.bash_login
screen screen
python ticketfrei.py python ticketfrei.py
``` ```
To log out of the screen session, press "ctrl+a", and then "d".
## ideas ## 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 * 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB