Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
removes redundant SOURCE_ACCOUNT variable in local_settings.py. Shoul…
Browse files Browse the repository at this point in the history
…d address #56
  • Loading branch information
tommeagher committed Oct 19, 2018
1 parent b7d4663 commit 1b29441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. ["@[email protected]"]
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.
Expand Down

0 comments on commit 1b29441

Please sign in to comment.