English | Português
This project has been discontinued. But don't worry, a new version is available! ?
Check out the new version of the Kemono and Coomer Downloader in the new repository: https://github.com/e43b/Kemono-and-Coomer-Downloader/
New features, improvements, and continuous support await you!
We thank everyone who used and contributed to this project. Your support was crucial for us to reach this point. Join us in the new version and be part of this evolution!
If you have questions or need support, join our Discord: Discord
See you there!
This Python script allows you to download images from Kemono posts, using the BeautifulSoup library to parse the HTML content of the page.
Make sure you have Python installed on your system. If not, you can download it here.
This script requires the following Python libraries:
requests
BeautifulSoup
You can install these dependencies using the pip
package manager. Execute the following command in the terminal:
pip install requests beautifulsoup4
main.py
script.python main.py
In Kemono, it's common to find two types of posts: posts composed of images and text posts. This script offers the possibility to download both types of posts.
It's also possible to download all posts from a profile:
Additionally, it's possible to download all direct messages (DMs) from a profile by selecting option number 6.
This script was written by [e43b]. If you have any questions or suggestions, feel free to contact me at [https://discord.gg/c6NTpgAzPf].
This project is licensed under the MIT License. See the LICENSE file for more details.