-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from r-anime/daily_thread_inline
Trigger daily thread rotation from new post feed
- Loading branch information
Showing
14 changed files
with
291 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
""" | ||
Static values about posts that generally shouldn't need to change. | ||
""" | ||
|
||
LINK_REGEX = r"\[{name}\]\(.*?\)" | ||
LINK_FORMAT = "[{name}]({link})" | ||
|
||
DAILY_THREAD_NAME = "Anime Questions, Recommendations, and Discussion" | ||
DAILY_THREAD_SHORT_NAME = "Daily Megathread" | ||
DAILY_THREAD_AUTHOR = "AnimeMod" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.