Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rewrite go #45

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d910499
feat: delete everything
jckli Jul 31, 2024
a89f010
feat: inital golang bot
jckli Jul 31, 2024
9e50204
feat: start mangaupdates api
jckli Aug 1, 2024
6f647b9
feat: add logout from mu
jckli Aug 1, 2024
6498389
feat: update
jckli Aug 6, 2024
d423773
feat: add more progress on update sending
jckli Aug 25, 2024
0f4b3da
feat: update sending (hopefully works)
jckli Aug 25, 2024
d76ca33
fix: should work update sending
jckli Sep 15, 2024
38f8c0d
feat: update stuffs
jckli Oct 5, 2024
ac06ee3
feat: update stuff, im pretty sure update check works fully
jckli Oct 8, 2024
d2f2379
feat: add server setup
jckli Oct 8, 2024
42c833c
feat: pretty much done with the manga add basics
jckli Oct 9, 2024
5e54711
feat: make more efficient id getting
jckli Oct 9, 2024
97d584f
feat: finish manga add
jckli Oct 9, 2024
78521c5
feat: more goroutines for update testing
jckli Oct 10, 2024
4d89aae
chore: remove prints
jckli Oct 10, 2024
6504b25
chore: update
jckli Oct 11, 2024
b2055c8
chore: cleanup
jckli Oct 11, 2024
6749985
refactor: add manga folder
jckli Oct 11, 2024
975e8fc
refactor: technical error embed
jckli Oct 11, 2024
a1bf3b3
feat: start on manga remove, realize need pagination, imma kms
jckli Oct 11, 2024
5cdf433
feat: remove manga pagination search, also truncating fix for add
jckli Oct 14, 2024
cb7f116
feat: finish manga remove
jckli Oct 14, 2024
4ed0c27
chore: add more backoffs for all mu handles
jckli Nov 7, 2024
0e946db
feat: add manga list
jckli Nov 7, 2024
bdeb5f1
chore: sync
jckli Dec 15, 2024
6efb7a6
feat: gg imma kms set scanlator done
jckli Jan 6, 2025
f4ab686
chore: cleanup
jckli Jan 6, 2025
848f4af
fix: do already added scanlator checking
jckli Jan 6, 2025
65ecfaf
fix: make manga add not add useless fields
jckli Jan 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
/.venv
.env
test.py
__pycache__/
*.pyc
20 changes: 0 additions & 20 deletions Pipfile

This file was deleted.

563 changes: 0 additions & 563 deletions Pipfile.lock

This file was deleted.

33 changes: 0 additions & 33 deletions bot.py

This file was deleted.

106 changes: 0 additions & 106 deletions cogs/info.py

This file was deleted.

46 changes: 0 additions & 46 deletions cogs/list_stats.py

This file was deleted.

Loading