aboutsummaryrefslogtreecommitdiff
path: root/daily.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* daily.py: Don't grab Wikipedia, it's too slowRunxi Yu2024-08-201-4/+6
|
* Requests should time out for legacy_wpRunxi Yu2024-06-221-0/+6
|
* Fix In The News parsingRunxi Yu2024-06-191-4/+4
|
* daily.py: Get In The NewsRunxi Yu2024-06-191-4/+6
|
* daily.py: Include On This DayRunxi Yu2024-06-191-0/+23
|
* Make PyLint happyRunxi Yu2024-06-161-8/+11
|
* daily.py: WARN instead of INFO when cycle day not foundRunxi Yu2024-05-251-1/+1
|
* daily.py: Set inspiration image variables to None when there are no inspirationsRunxi Yu2024-05-251-0/+4
|
* daily.py: Don't do inspiration attachment checks when there is no inspirationRunxi Yu2024-05-251-13/+14
|
* template: Add basic daily inspiration sectionRunxi Yu2024-05-251-0/+3
|
* daily.py: Don't crash when there are no inspirationsRunxi Yu2024-05-251-5/+11
| | | | Why didn't mypy catch that?
* daily.py: Include inspirations in day-%s.json's.Runxi Yu2024-05-251-0/+39
|
* daily.py: Implement snacksRunxi Yu2024-05-231-0/+15
|
* Display the menu, finally!Runxi Yu2024-05-221-0/+5
|
* Make all Python scripts executableRunxi Yu2024-05-221-0/+0
|
* Fix broken python file licensingRunxi Yu2024-05-221-8/+8
|
* Nah... inspiration parsing should be in a separate scriptRunxi Yu2024-05-211-7/+0
| | | | Partially reverts 0fe00d3d1bd4f7ee3872437c8e66b1c465c5ee1e.
* daily.py: Read inspiration-related configuration itemsRunxi Yu2024-05-211-2/+15
|
* test_template.py: revive; template.html: correct weekday abbreviationsRunxi Yu2024-05-181-3/+3
|
* *.py: Enhance one-line script descriptionsRunxi Yu2024-05-181-2/+2
|
* daily.py: ReformatRunxi Yu2024-05-181-16/+17
|
* *.py: Fix license statementsRunxi Yu2024-05-181-0/+18
|
* daily.py: Remember to chdir to the build directoryRunxi Yu2024-05-181-6/+10
|
* daily.py: Fix typing errorsRunxi Yu2024-05-181-5/+6
|
* daily.py: Slight code cleanupRunxi Yu2024-05-181-67/+67
|
* *.py: reformatRunxi Yu2024-05-161-1/+1
|
* daily.py: Accept the new weekly.json formatRunxi Yu2024-05-161-51/+12
|
* Reformat and type-check all filesRunxi Yu2024-05-151-1/+3
|
* Add requirements.txt; use zoneinfo, not pytzRunxi Yu2024-05-071-2/+2
|
* daily.py, template.html: Add meal displaysRunxi Yu2024-04-011-5/+52
|
* *.py: ReformatRunxi Yu2024-04-011-11/+36
|
* template.html, daily.py: Use the new seven-window instead of 5-fat-windows ↵Runxi Yu2024-04-011-4/+4
| | | | menu structure
* daily.py: Let next_weekday_short actually enter the dataRunxi Yu2024-04-011-1/+1
|
* daily.py: Add primitive daily generation scriptRunxi Yu2024-04-011-0/+97