Sibusten / derpibooru-downloader

A downloader for imageboards running Philomena, such as Derpibooru.
MIT License
62 stars 6 forks source link

Downloader function for Python/JS #54

Closed BradKML closed 3 years ago

BradKML commented 3 years ago

This is a C# based scraper that can only be called from the terminal. If one wants to use this to categorize images ala Python ML, what would be the best course of action?

Sibusten commented 3 years ago

This program is an executable and can only be called from the command line. If you want, you could try using the library philomena-client from Python, which includes most of the downloading functionality.

Some links I found in a search (not recommendations, I haven't tried anything like this): https://stackoverflow.com/questions/7367976/calling-a-c-sharp-library-from-python https://github.com/pythonnet/pythonnet