1
0
mirror of https://github.com/hughrun/ephemetoot synced 2025-01-10 04:52:40 +01:00
ephemetoot-eliminare-vecchi.../example.config.py

7 lines
338 B
Python

access_token = 'YOUR_ACCESS_TOKEN_HERE'
base_url = 'https://ausglam.space'
days_to_keep = 30
save_pinned = True
toots_to_save = []
hashtags_to_keep = {'introduction', 'announcement'} # comma separated Set as strings, e.g. 'introduction'
visibility_to_keep = ['private', 'unlisted'] # options are: 'public', 'unlisted', 'private', 'direct'