8 lines
339 B
Python
8 lines
339 B
Python
access_token = 'YOUR_ACCESS_TOKEN_HERE'
|
|
base_url = 'https://ausglam.space'
|
|
days_to_keep = 30
|
|
keep_pinned = True
|
|
toots_to_keep = []
|
|
hashtags_to_keep = {'introduction', 'announcement'} # comma separated Set as strings, e.g. 'introduction'
|
|
visibility_to_keep = ['private', 'unlisted'] # options are: 'public', 'unlisted', 'private', 'direct'
|