updated readme to prioritize tasks

remotes/1705286528371406548/stable1
b3yond 2017-06-23 22:09:56 +02:00
parent 28b06b84ec
commit 647543ddc4
4 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.swp
*.pyc
.idea/
last_rt
last_mention
ticketfrei.cfg
seen_toots.pickle
seen_toots.pickle.part

View File

@ -47,16 +47,18 @@ Note that atm the good- & blacklist are still outside of ticketfrei.cfg, in sepa
- [x] Twitter: Crawl mentions
- [x] Mastodon: Crawl mentions
- [ ] Write toots/tweets to database
- [ ] Write toots/tweets to database/log
- [x] Twitter: retweet people
- [x] Mastodon: boost people
<!--
- [ ] Mastodon: toot who has been retweeted on twitter
- [ ] Twitter: tweet who has been boosted on mastodon
-->
- [x] Twitter: access the API
- [ ] Web UI that lets you easily delete toots/tweets per db id and mute the tweet author
- [x] Write Bots as Classes to be easier implemented
- [x] Create extra Class for the filter
- [ ] Put as much as possible into ticketfrei.cfg
- [ ] Make both bots run on their own *and* next to each other
- [ ] implement trigger class in retootbot
- [ ] read config in retweetbot

0
last_rt Normal file
View File

View File

@ -14,7 +14,7 @@ if __name__ == '__main__':
trigger = Trigger(config)
mbot = RetootBot(config)
tbot = RetweetBot(config, trigger=trigger)
tbot = RetweetBot(trigger)
try:
statuses = []