penny-dreadful-tools
https://github.com/pennydreadfulmtg/penny-dreadful-tools
Python
A suite of tools for the pdmtgo community
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to penny-dreadful-tools
Help out
- Issues
- Consider a countdown-to-next-tournament in status bar or each page somewhere
- "not legal in PD" is less useful information than "not available online" so maybe we should print that if it's true when responding to cards names/other scenarios
- Don't require logout/login to change a user's permissions on pdm
- If two players are registered in the league and they play a match with no "league" in the comments, the bot implies it's not a league match with its comment in the chat, but later it reports
- Make the rotation system notice if it missed a run and try to recreate until it succeeds (probably run every minute but do nothing most of the time?)
- PDBot responds to `!verify` by saying `BadArgCount: The input text has too few parameters.` It should probably say `Gatherling verification is currently broken.
- Lots of warnings and errors running i18n for Japanese
- Background task league end is failing because we're trying to treat `2020-07-10T06:59:59+00:00` like an int unix timestamp
- pdbot stillbugged command is case sensitive on card names
- Avoid sending cookie with static assets using session.modified=None, see https://github.com/fengsp/flask-session/issues/108
- Docs
- Python not yet supported