mirror of
https://github.com/hughrun/ephemetoot
synced 2025-01-10 13:02:36 +01:00
5 lines
130 B
Python
5 lines
130 B
Python
|
access_token = 'YOUR_ACCESS_TOKEN_HERE'
|
||
|
base_url = 'https://ausglam.space'
|
||
|
days_to_keep = 30
|
||
|
save_pinned = True
|
||
|
toots_to_save = []
|