diff --git a/local_settings.py b/local_settings.py index 29c2b35..314a4e5 100644 --- a/local_settings.py +++ b/local_settings.py @@ -20,7 +20,6 @@ USER_ACCESS_FILENAME = '' # The MASTODON user credential file you created at installation. # Sources (Twitter, Mastodon, local text file or a web page) -SOURCE_ACCOUNTS = [""] # A list of comma-separated, quote-enclosed Twitter handles of account that you'll generate tweets based on. It should look like ["account1", "account2"]. If you want just one account, no comma needed. TWITTER_SOURCE_ACCOUNTS = [""] # A list of comma-separated, quote-enclosed Twitter handles of account that you'll generate tweets based on. It should look like ["account1", "account2"]. If you want just one account, no comma needed. MASTODON_SOURCE_ACCOUNTS = [""] # A list, e.g. ["@user@instance.tld"] SOURCE_EXCLUDE = r'^$' # Source tweets that match this regexp will not be added to the Markov chain. You might want to filter out inappropriate words for example.