Use database instead of config.toml calls #12
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: juergen/ticketfrei#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 05.01.2018 12:45
Every toot/tweet/mail should in the end be written to a database, so the bots can communicate with each other over a database, not inside the code, and so everything is trackable and some stuff reversible.
This would also enable to blacklist certain authors.
Author: @b3yond Posted at: 07.01.2018 16:03
We took some more time to think through a database concept for multiple cities:
table
user
mail
seen_mails
twitter_accounts
twitter_request_tokens
seen_tweets
mastodon_instances
mastodon_accounts
seen_toots
trigger_good
trigger_bad
Author: @b3yond Posted at: 07.01.2018 16:06
The config.toml would be reduced to:
Author: @b3yond Posted at: 26.03.2018 19:18
Cool, this is pretty much done. If there is something left, it will be solved by other efforts to get features running. No reason to leave this open.