{"id":18652901,"url":"https://github.com/s045pd/se8-reader","last_synced_at":"2026-02-16T17:33:49.678Z","repository":{"id":246788821,"uuid":"822191154","full_name":"s045pd/SE8-Reader","owner":"s045pd","description":"Scrape all the comics to local storage...🔞","archived":false,"fork":false,"pushed_at":"2025-01-13T02:21:50.000Z","size":417,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T02:17:04.955Z","etag":null,"topics":["carton","celery","django","python","sexy"],"latest_commit_sha":null,"homepage":"https://se8.us","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s045pd.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-30T14:34:23.000Z","updated_at":"2025-01-13T02:21:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"05220bf3-079a-484d-976d-643cba277aeb","html_url":"https://github.com/s045pd/SE8-Reader","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":"0.25806451612903225","last_synced_commit":"64a34d3e6486070aa8f1338278ddeaf38e4cdbaa"},"previous_names":["s045pd/unorthodox-comic-project"],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/s045pd/SE8-Reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FSE8-Reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FSE8-Reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FSE8-Reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FSE8-Reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s045pd","download_url":"https://codeload.github.com/s045pd/SE8-Reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FSE8-Reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carton","celery","django","python","sexy"],"created_at":"2024-11-07T07:09:13.036Z","updated_at":"2026-02-16T17:33:49.661Z","avatar_url":"https://github.com/s045pd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 SE8-Reader\n\u003e By GPT-4o + Claude + ME🧑‍💻\n\n📖 Overview\n\nThis project is an adult comic downloader that promises to provide access to a wide range of mature content. Dive in and explore responsibly!\n\n\u003e **✨Note**: There are daily release updates for new comics through the Github Actions workflow. And the zip file password is the release date in the format `YYYY-MM-DD`.\n\n## 🐳 Quick Use\n\nEnsure that you have Docker and Docker Compose installed and Docker is running.\n\n```bash\ngit clone https://github.com/s045pd/SE8-Reader.git\ncd SE8-Reader\ndocker-compose -f docker-compose-quick.yml up\n```\nAfter a short wait, open your browser and visit ***http://127.0.0.1:8000***. \n\nLog in with the default credentials ***admin:admin***. \n\nThen, click on the ***“Start Find Books”*** button in the top left corner to begin scraping.\n\nOR ~\n\n## 🛠️ Installation\n\nFirst, ensure you have Python installed on your system. Then, clone the repository and navigate to the project directory:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd \u003cproject-directory\u003e\n```\n\nInstall the necessary dependencies with pip:\n\n```bash\npip install -r requirements.txt\n```\n\n\n## ⚙️ Configuration\n\nAdjust the settings in SE8/settings.py to suit your preferences. Key configurations include:\n\n\u003e Database: Ensure your database settings are correctly configured.\n\u003e Middleware: Check and modify any middleware components if needed.\n\n\n## 🚀 Running the Project\nTo run the project locally, use the following command:\n\n```bash\npython manage.py runserver\n```\n\nAccess the project in your browser at http://127.0.0.1:8000/.\n\n## 🌀 Starting Celery\n\nTo ensure background tasks run smoothly, you need to start Celery. Use the following command to start the Celery worker:\n\n```bash\ncelery -A SE8 worker --loglevel=info\n```\n\nAdditionally, start the Celery beat scheduler to handle periodic tasks:\n\n```bash\ncelery -A SE8 beat --loglevel=info\n```\n\n\n## 🖥️ Usage\n\nThis project is automated, minimizing manual input. Here are the main actions:\n\n1. Start Finding Books\n\n\t- Use the \u003cspan style=\"color:red\"\u003e\u003cstrong\u003e\"Start Find Books\"\u003c/strong\u003e \u003c/span\u003e button at the top to initiate the book-finding process.\n\n2. Books Management\n\n\t- View the list of books under the \"Books\" section in the navigation panel.\n\t- Actions: Use the dropdown menu to select actions for managing books, such as updating or deleting entries.\n\t- Read: Click the \"Read\" button next to a book title to view its episodes.\n\n3. Apps Management\n\n\t- Navigate through the various sections like Books, Episodes, Images, and Tags under the \"APPS\" menu.\n\t\n\t- Each section allows you to perform specific actions related to the management of comics content.\n\n4. Filter and Search\n\n\t- Use the search bar to quickly find specific books or episodes.\n\t\n\t- Apply tags from the right sidebar to filter content based on different categories.\n\n## 🛠️ Actions from admin.py\n\nBased on the admin.py file, here are the actions you can perform:\n\n- get_images: Fetches images for the selected books.\n\n- convert_to_pdf: Converts the selected books to PDF format.\n\n- convert_to_pdf_force: Forcefully converts the selected books to PDF, even if they already exist.\n\n- refresh_images: Refreshes the images for the selected books.\n\n\n## 🐳 Using Docker\nTo run the project using Docker, follow these steps:\n\n### Build and Run the Docker Image:\n\nUse the provided docker_image_rebuild.sh script to build the Docker image and start the container:\n\n```bash\nexport USE_SQLITE=True \u0026\u0026 bash docker_image_rebuild.sh\n```\n\nThis script will stop any running containers, build a new Docker image, and start the new container, making the project accessible at `http://127.0.0.1:8000/`.\n\n### Configuration:\n\nEnsure you have configured your .env file properly. Note that using SQLite (`USE_SQLITE`) may have performance issues.\n\n\n\n\n## 📜 License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## 📛 Disclaimer\nThis project is for educational purposes only. If any conflicts of interest arise, please contact us to resolve or close the project.\n\n## 🙏 Acknowledgments\nSpecial thanks to GPT-4o+Claude for their invaluable contributions and witty insights.\n\nWe welcome any new ideas and suggestions from the community. Thank you for your support!\n\n\n\u003e Let the comic adventures begin! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fse8-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs045pd%2Fse8-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fse8-reader/lists"}