Skip to content

Instantly share code, notes, and snippets.

@kanjieater
kanjieater / leaderboardCheck.js
Created April 19, 2024 02:50
Find inactive users on tadoku
const logsBaseUrl = "https://tadoku.app/api/internal/immersion/contests/32b33801-c412-4187-9d78-31d58cd06588/logs";
const pageSize = 10; // Adjust page size as needed
const includeDeleted = false; // Include deleted as per your example
// Function to check if a date is older than one month
function isOlderThanOneMonth(dateString) {
const oneMonthAgo = new Date();
oneMonthAgo.setMonth(oneMonthAgo.getMonth() - 1);
const logDate = new Date(dateString);
return logDate < oneMonthAgo;
@kanjieater
kanjieater / mrsk.csv
Last active April 25, 2024 01:22
mrsk manga club
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
Title,Total Book Count,Status,URL,Summary,ImageData
もののべ古書店怪奇譚,7,ENDED,https://anilist.co/manga/96638,"Shoutaro is a man of few words. He manages an old book store called Mononobe Koshoten and has an admirable young boy named Shiro helping out in store as he spends his days reading. But behind this, Shoutaro has another job; the collection of some rather unpleasant old books...",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx96638-mmUsVuUR7g71.jpg
よつばと!,,ONGOING,,,https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30104-Qv5SLPFRRAqJ.jpg
ケロロ軍曹,20,ONGOING,https://anilist.co/manga/30390,"Sergeant Keroro is the Captain of the Space Invasion Forces Special Advance Team of the 58th Planet of the Gamma Storm Cloud System, sent to the planet Pokopen (aka Earth) to collect intelligence for his planet's invasion force. He is also a frog. After his ship crash-lands in the planet earth, he takes shelter in the Hinata household, but the two kids, Fuyuki and Natsume, find him and take away hi
@kanjieater
kanjieater / komga.js
Last active January 13, 2024 03:36
Komga Userscript
// ==UserScript==
// @name ComicEater Komga
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://localhost:3030/*
// @icon https://www.google.com/s2/favicons?domain=google.com
// @grant GM_addStyle
// ==/UserScript==
@kanjieater
kanjieater / past.csv
Last active April 25, 2024 01:23
past club picks
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
Title,Total Book Count,Status,URL,Summary,ImageData
#DRCL midnight children,2,ONGOING,https://anilist.co/manga/126543,"Based on Bram Stoker's Dracula, a gothic horror story at the end of the 19th century.
Contains the prequel one-shot #DRCL midnight children Episode 0.",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127157-uMsiMKefIj4o.png
DOGA,,ONGOING,https://anilist.co/manga/162351,"Yote, an member of the aristocracy, is as educated as he is ignorant of the realities of the world. His first trip outside his domain was cut short when he was robbed and stabbed in the slums of Leoure, the city of the desert. Saved by a genius inventor, he finds himself implanted in a cyborg body allowing him to survive... for a year or two. The equipment is so primitive that Yote needs assistance with everything from maintenance to travel!
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
Title,Total Book Count,Status,URL,Summary,ImageData
LILI-MEN,,ONGOING,https://anilist.co/manga/154350,"A race of ""succubus"" that breeds human beings in the nursery, and human beings trying to eradicate them. After an eternity of time has passed since the two incompatible races began to fight, a ""king"" will be born who will end the battle.",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154350-2gdRBDHiop1D.jpg
Raiden-18,1,ENDED,https://anilist.co/manga/33444,"Taking a break from her popular, brilliant, Fullmetal Alchemist; Arakawa-sensei drew up a one-chapter humorous Shounen story about a Frankenstein tournament, for mangazine GX to commerate their 5th year anniversary.
Note: Chapter count includes the epilogue.",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33444-CSLTyitqkklx.jpg
みなそこにて,3,ENDED,https://anilist.co/manga/150420,"Even if you know that it will be easier if you give up, loneliness is painful.
There was a legend that a mermaid lived in the town where the g
@kanjieater
kanjieater / kanji.csv
Last active April 25, 2024 01:20
club csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 6 columns, instead of 3. in line 2.
Title,Total Book Count,Status,URL,Summary,ImageData
20世紀少年,22,ENDED,https://anilist.co/manga/30003,"Humanity, having faced extinction at the end of the 20th century, would not have entered the new millennium if it weren't for them. In 1969, during their youth, they created a symbol. In 1997, as the coming disaster slowly starts to unfold, that symbol returns. This is the story of a group of boys who try to save the world.
For Kenji, a simple convenience store manager who once dreamed of becoming a rock 'n' roll musician, a host of memories from his past come rushing back when one of his childhood friends mysteriously commits suicide. Could this new death be related to the rise of a bizarre new cult that's been implicated in several other murders and disappearances? Determined to dig deeper, Kenji reunites with some of his old buddies in the hope of learning the truth behind it all.
(Source: Viz Media)",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30003-leMRPLXK0yLr.jpg
3月のライオン,16,ONGOI
@kanjieater
kanjieater / userscript.js
Last active December 22, 2023 03:05
Komga UserScript
// ==UserScript==
// @name ComicEater Komga
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://localhost:3030/*
// @icon https://www.google.com/s2/favicons?domain=google.com
// @grant GM_addStyle
// ==/UserScript==
@kanjieater
kanjieater / input.conf
Created February 19, 2023 21:13
Supported GAMEPAD inputs for mpv
input-gamepad=yes
# GAMEPAD_ACTION_DOWN
# GAMEPAD_ACTION_RIGHT
# GAMEPAD_ACTION_LEFT
# GAMEPAD_ACTION_UP
# GAMEPAD_BACK
# GAMEPAD_MENU
# GAMEPAD_START
# GAMEPAD_LEFT_SHOULDER
@kanjieater
kanjieater / ComicEater.yml
Last active September 28, 2023 17:06
ComicEater.yml
---
seriesFolders:
- seriesRoot: W:\Collection\シリーズ\
queueFolders:
- W:\Collection\シリーズキュー\
maintenanceFolder:
W:\Collection\シリーズキューの準備中\
folderPatterns:
- "{{authors}}「{{seriesName}} 全{{totalVolumes}}巻」/**/*"
- "{{authors}}「{{seriesName}}」/**/*"
FROM python:3.7.0
RUN set -x \
&& apt-get update \
&& apt-get install -y espeak espeak-ng ffmpeg libsndfile1 libsndfile1-dev python python-dev python-pip python-numpy python-lxml python-beautifulsoup \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app