random scripts (the repo name was recommended by github)
Find a file
2025-04-02 21:31:32 +02:00
mydreamsetup_achievements added script for autcompletion of mydreamsetup achievement 2025-04-02 21:29:08 +02:00
spotify_scripts added run adapter for script interval runner 2025-04-02 21:28:14 +02:00
tabletop_achievements added readme for folder 2024-10-09 02:17:03 +02:00
.gitignore added modmetadata 2024-06-21 12:41:17 +02:00
cdn-worker.js added webhook, fixed timestamp 2023-09-01 22:49:55 +02:00
download_cdn_banners.py Refactor to obey to pep-8 2023-12-02 19:03:24 +01:00
euklide-puzzle-solver.py added new script 2024-09-21 16:22:05 +02:00
fibonaccilike.hs some more scripts 2023-09-11 23:13:42 +02:00
get_mc_log_user_actions.py Added mc log user actions getter 2023-12-22 15:35:06 +01:00
github_forgejo_syncer.py added script to sync repos across github and a forgejo instance 2025-04-02 19:41:24 +02:00
key_value_pair_generator.py Refactor to obey to pep-8 2023-12-02 19:22:26 +01:00
linesum.py Fixed Deadspaces 2023-09-25 16:29:22 +02:00
localhost-ddos.py added one more 2023-09-06 15:12:15 +02:00
README.md moved to spearate directory 2024-10-09 18:58:44 +02:00
remove_shit.py found some more 2023-09-03 15:58:17 +02:00
rpop_webhook.py fixed webhook for weeks 2024-06-21 12:44:55 +02:00
rpopfetch.py removed sleep timer for faster execution 2025-04-02 20:09:51 +02:00
run_likedsongsync2.py added run adapter for script interval runner 2025-04-02 21:28:14 +02:00
script_interval_runner.py added interval runner script for periodic scripts 2025-04-02 21:28:35 +02:00
scripts_config.json added config for sync script 2025-04-02 21:29:33 +02:00
sound-font.py added some stuff 2023-11-01 21:44:37 +01:00
split_image.py another one 2023-08-31 21:14:59 +02:00
steam_achievment_completion.py Added steam profile advancement completion calculator 2023-10-04 18:48:45 +02:00
steam_overall_hours_played.py added scripts to calculate overall steam playtime 2025-03-29 02:12:58 +01:00
stripText.py added some stuff 2023-11-01 21:44:37 +01:00
top_lib.py Fixed spotify auth issue when headless 2024-01-28 03:53:54 +01:00
update_projects.py modified script to adapt for sync script 2025-04-02 21:31:32 +02:00

turbo-octo-potato

random scripts (the repo name was recommended by github)

These scripts where once used to automate silly tasks

DOCUMENTATION

Visit docs.jonasjones.dev/turbo-octo-potato for the documentation to these scripts

Use at your own risk!

These are mostly undocumented and potentially unsafe/hacky/silly scripts that I can't bother to keep around in my Downloads folder.

.env file

LASTFM_API_KEY = ""
LASTFM_API_SECRET = ""
LASTFM_USERNAME = ""
LASTFM_PASSWORD_HASH = ""

SPOTIFY_CLIENT_ID = ""
SPOTIFY_CLIENT_SECRET = ""
SPOTIFY_REDIRECT_URI = ""
SPOTIFY_USER_ID = ""

LIKEDSONGPLAYLIST_ID = ""
SOMEPLAYLIST_ID = ""
INTROOUTROPLAYLIST_ID = ""
RANDOMTESTPLAYLIST_ID = ""

GITHUB_API_TOKEN = ""

STEAM_API_KEY = ""
STEAM_USER_ID =  ""

WORKING_DIR = ""

REDDIT_CLIENT_ID = ""
REDDIT_CLIENT_SECRET = ""
REDDIT_USER_AGENT = ""

DISCORD_KCOMEBACKS_TOKEN = ""