As of version 1.3.2 there is now a utility that can be used to download chapter images by either the manga's ID or a collection of chapter IDs. You can download the chapters as either an CBZ file, ZIP file, or into a directory (EPUB coming soon).
md-cli.exe downlod --manga-id...
Another update for MangaDexSharp (v1.3.1)
It adds:
The "Unavailable Chapters" flags to manga and chapter filters (for the DMCA stuff)
The /statistics endpoints
Better handling for credentials / authentication
New NuGet package for utilities (more on this later)
Better handling for configuration...
Bot is back online. The website will take a few more days; still need to finish setting up the office and the other servers and all that jazz. Will post again when that is done.
Website and bot are down, I’m in the middle of moving and American Telecommunication services are the bane of my existence. I should be able to get it all setup within the next few days. Apologies for the inconvenience.
In the wake of the recent travesty, I created a quick utility for exporting read lists as either a JSON file or a CSV file (it doesn't download the images).
It's built on top of my MangaDex-Sharp library and simply requests the a user's read list and outputs the results to a file with some...
Could you send a link to the page you looked up that exists on saucenao but not MB, please? I'll do some debugging and see what's causing it to not show up (as far as I can see from the logs, the SN fallback is still working).
I see you're using C# for your application. This might be a shameless plug, but might I suggest you give MangaDexSharp a try?
It's a fully featured C# NuGet package for interacting with the MD API, it has full type mapping to all of the return results from the API so you don't have to faff...
What is with the weird ass text clipping on this chapter? I’d get it if there was no space in the bubbles but a lot of the text is like 3 letter words and they‘re getting hyphenated and split across multiple lines? It makes it a lot harder to read for seemingly no reason…
Ok, There is now a new stand-alone discord bot that just handles reverse image searching.
GitHub: Here
Discord Invite Link: Here
There are various ways to interact with the bot and get that sweet sweet sauce:
React to a message with some predefined emojis (default: 🍝, 🔍, and 🔎)
Mention the bot...
So I looked into adding the yandex image search API but the pricing seems a bit ridiculous: https://yandex.cloud/en/docs/search-api/pricing
I also cannot find the "non Russia" pricing for the API but that might just be my lack of sleep talking, but $2 per 1,000 requests is a bit much when...
Yeah, it's been down for a while because I got a DMCA notification and my ISP just straight killed internet because apparently I'm not allowed to host anything on my network and it's the only ISP in the area.
I'm working on migrating to a cloud platform but it ain't cheap. I might built a stand...
A super late update, but an update none-the-less!
Personal API Clients token resolution methods are now supported by MD# v1.1.0!
You can fetch access tokens for your personal API clients with 2 different methods; either via Configuration or Manual specification.
Configuration:
You will need to...