Commit 93b070d
Upgrade games and social cogs to use DekuDeals as a data source (#138)
* WIP: readd old giantbomb logic and start adapting for DekuDeals
* auto: format python code
* WIP: Update game syncing logic for DekuDeals
* auto: format python code
* WIP: Update game status command for deku deals
* auto: format python code
* games.py: Rewrite game search command for DekuDeals
* auto: format python code
* Fix minor bugs in games.py
* Fix minor bugs in games.py
* auto: format python code
* games.py: Move data provided by to footer
* games.py search: update footer, add sale amount
* social.py: remove old profile legacy prefix commands
* auto: format python code
* games.py: Fix free game price
* Update social.py to use new DekuDeals games cog/data
* auto: format python code
* social.py: Add migration for favgames
* auto: format python code
* social.py favgames migration: Fix logic error, improve logging
* auto: format python code
* Replace fuzzywuzzy with rapidfuzz, readd autocomplete
* auto: format python code
* games.py: Add top games to game search autocomplete, optimize search
* games.py: nit comment update
* nit: typehint
* nit: add UA to games.get_image request
* Replace dekudeals platform `switch_1` with correct `switch`
* Remove unused imports
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Cohen <matt@mattbsg.xyz>1 parent c2818aa commit 93b070d
File tree
9 files changed
+392
-292
lines changed- modules
9 files changed
+392
-292
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
814 | 820 | | |
815 | 821 | | |
816 | 822 | | |
| |||
0 commit comments