Added default template for Twitter user objects

This commit is contained in:
Manuel Cortez 2021-12-13 09:53:44 -06:00
parent ab1a0946a4
commit 03c330c0a4
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -52,6 +52,7 @@ speech_reporting = boolean(default=True)
tweet = string(default="$display_name, $text $image_descriptions $date. $source")
dm = string(default="$sender_display_name, $text $date")
dm_sent = string(default=">$recipient_display_name, $text $date")
person = string(default="$display_name (@$screen_name). $followers followers, $following following, $tweets tweets. Joined Twitter $created_at.")
[filters]