Commit graph

83 commits

Author SHA1 Message Date
Jonas_Jones
2f421d81b8 Added discord bot token 2024-02-03 03:06:59 +01:00
Jonas_Jones
d901a3fd7f Fixed error messages 2024-01-28 03:54:01 +01:00
Jonas_Jones
52d515d8b1 Fixed spotify auth issue when headless 2024-01-28 03:53:54 +01:00
7fb15d92b8 Added features
- dont-download flag
- dont-update-github flag
- added timestamp
2024-01-01 16:33:53 +01:00
959b119501 Falsified throw too-many-albums-error 2023-12-31 02:30:09 +01:00
¨J-onasJones¨
11efc5ddb8 Added improved verbose logging 2023-12-30 15:25:32 +01:00
¨J-onasJones¨
5cdd2b93e2 Added improved verbose logging 2023-12-29 01:41:03 +01:00
¨J-onasJones¨
44b92ee354 Added verbose progress logging 2023-12-26 15:30:12 +01:00
Jonas_Jones
bc6e9d768d Added mc log user actions getter 2023-12-22 15:35:06 +01:00
Jonas_Jones
0b5edb5b3a Fixed previous fix 2023-12-16 03:46:51 +01:00
Jonas_Jones
fec4439d4a Fixed empty links list issue
Fixed an issue where in the case that an entry had no links, it's links value would be none and not an empty list
2023-12-16 03:32:58 +01:00
Jonas_Jones
d74248ffb5 Added progress indicator 2023-12-15 04:17:11 +01:00
Jonas_Jones
cec73a4e42 Fixed name
'type' >> 'types' as it is more suitable
2023-12-15 04:06:27 +01:00
Jonas_Jones
71bd76e36d Fixed json order 2023-12-15 04:02:30 +01:00
Jonas_Jones
867a9fd067 Updated .env template 2023-12-14 17:58:22 +01:00
Jonas_Jones
3e0e188c06 fixed name 2023-12-14 17:58:07 +01:00
Jonas_Jones
a8f0fbc5f8 Added way of removing Error on too many albums
Added a way that prevents the SpotifyTooManyAlbumsError from being raised. In that case, the 50 albums are returned and any additional albums are ignored
2023-12-08 02:50:50 +01:00
Jonas_Jones
4fbf55d1f9 Refactored code to obey to pep-8 2023-12-02 20:00:54 +01:00
Jonas_Jones
8e9225eb9e Removed abomination 2023-12-02 19:46:39 +01:00
Jonas_Jones
394fb81f72 Refactor to obey to pep-8 2023-12-02 19:35:42 +01:00
Jonas_Jones
725934fdfd Refactor to obey to pep-8 2023-12-02 19:22:26 +01:00
Jonas_Jones
9ab43f7c27 Refactor to obey to pep-8 2023-12-02 19:21:28 +01:00
Jonas_Jones
42a6e153fa Refactor to obey to pep-8 2023-12-02 19:12:42 +01:00
Jonas_Jones
9f3692c217 Refactor to obey to pep-8 2023-12-02 19:03:24 +01:00
Jonas_Jones
d953c469cf Add playlist ID to discographies
- Add unique IDs to playlists generated by discographymaker.py to identify them in a user account
2023-12-02 18:13:44 +01:00
Jonas_Jones
5b23252407 Added rkpop_data.json
- Added rkpop_data.json, generated by kprofilesfetch2.py to the gitignore
2023-12-02 18:12:17 +01:00
Jonas_Jones
c80de83eed Fixed italic links
- Fixed italic comeback title links to be parsed properly
2023-12-02 18:07:34 +01:00
Jonas_Jones
7d5a9b2481 Minor bugfixes and feature additions
- Fixed bugs with comeback titles in markdown link syntax
- Fixed release type system
- Added upload-to-cdn launch flag
- Fixed upload to cdn prompt to only appear if launch-flag not set
2023-12-02 18:02:50 +01:00
Jonas_Jones
01ee0e5b7d added documentation 2023-12-01 20:47:14 +01:00
Jonas_Jones
61f0c87ef9 fixed script. now fully functional 2023-12-01 20:37:17 +01:00
e3be193df6 progress 2023-12-01 17:28:37 +01:00
Jonas_Jones
7e693d0cda added some stuff 2023-11-01 21:44:37 +01:00
Jonas_Jones
7b3577206f Changed projects sort to last commit 2023-11-01 21:44:03 +01:00
Jonas_Jones
1351efd08a Added artist link support 2023-11-01 21:40:32 +01:00
713ff69179 Added liked song reverse for cleaner playlist 2023-11-01 16:56:08 +01:00
03e7ca6b17
Fixed ETA going below 0 2023-10-24 17:35:37 +02:00
561ec52868
Fixed ETA going below 0 2023-10-24 17:29:13 +02:00
Jonas_Jones
be246aaf71 Added down/upload functinality 2023-10-08 03:08:56 +02:00
Jonas_Jones
bcb1c14a73 Fixed issue with the progress bar
Added easteregg with 69%
2023-10-08 03:08:08 +02:00
Jonas_Jones
8935c9e11e Added working dir
Added working directory to gitignore
2023-10-08 03:07:30 +02:00
Jonas_Jones
f7f4464b57 Added steam profile advancement completion calculator 2023-10-04 18:48:45 +02:00
Jonas_Jones
394ce00075 Added repo language updater 2023-10-04 18:48:20 +02:00
a3fc1ac002 Added another script 2023-09-27 16:24:15 +02:00
f50b812e71 Added project version support
Added the ability to fetch project versions and sort alphabetically
2023-09-27 16:21:50 +02:00
ca0f6bbac5 Added Github api token 2023-09-27 16:21:16 +02:00
f1d4d54758 Added info for .env file
Adde dcontents of the .env file
2023-09-26 22:01:00 +02:00
2a4bad63bb Added Api call counter
Added an api call counter to keep track of potential rate limits (which will very likely occur at some point during the script.

Personal results: 10k api calls for 152 artists
2023-09-26 17:37:09 +02:00
c78373ca38 Added script for fetching Intro/Outros to playlist
Added a script that goes through all artsists a user follows and adds their intros and outros to a playlist
2023-09-26 12:47:54 +02:00
5db80dfdb6 Added adaptiation for top_lib
Adapted script to use this repo's library
2023-09-26 12:45:18 +02:00
f63dfb9504 Added Progressbar class
Added multiple tools to the lib

- Added Progressbar
- Added Progressbar ETA calculator class
- Added way of fetching Artists that the user follows
2023-09-26 12:44:27 +02:00