{"id":34046048,"url":"https://github.com/jjeanjacques10/pymangaj","last_synced_at":"2026-03-17T20:37:01.104Z","repository":{"id":170822700,"uuid":"647080418","full_name":"jjeanjacques10/pymangaj","owner":"jjeanjacques10","description":"Search and download mangas from the internet using python library","archived":false,"fork":false,"pushed_at":"2023-10-26T02:57:51.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T16:57:33.257Z","etag":null,"topics":["library","manga","pymangaj","scraper"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pymangaj","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjeanjacques10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-30T02:47:46.000Z","updated_at":"2023-06-06T17:52:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"48666b65-2dd0-41ca-854f-4e7a8583cdb7","html_url":"https://github.com/jjeanjacques10/pymangaj","commit_stats":null,"previous_names":["jjeanjacques10/pymangaj"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jjeanjacques10/pymangaj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjeanjacques10%2Fpymangaj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjeanjacques10%2Fpymangaj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjeanjacques10%2Fpymangaj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjeanjacques10%2Fpymangaj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjeanjacques10","download_url":"https://codeload.github.com/jjeanjacques10/pymangaj/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjeanjacques10%2Fpymangaj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["library","manga","pymangaj","scraper"],"created_at":"2025-12-13T23:33:14.302Z","updated_at":"2026-03-17T20:37:01.099Z","avatar_url":"https://github.com/jjeanjacques10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyMangaJ\n\nPymangaj is a Python library for searching and retrieving manga pages from different sources. It provides a simple interface to fetch manga pages from popular manga websites.\n\n## Installation\n\nYou can install pymangaj using pip:\n\n``` bash\npip install pymangaj\n```\n\n## Getting Started\n\n### Search Pages\n\nTo use pymangaj, import the `pymangaj` module and call the `search()` method. Pass the manga name, chapter, and the sources you want to search from as arguments. The method will return a list of manga pages.\n\n``` python\nfrom pymangaj import pymangaj, Sources\n\npymangaj.search(\"Naruto\", 1, sources=[Sources.CHAPMANGANATO, Sources.LER_MANGA])\n```\n\n``` shell\n['https://v2.mkklcdnv6tempv2.com/img/tab_2/00/13/32/ng952689/vol_72_chapter_699_the_seal_of_reconciliation/1-o.jpg', 'https://v2.mkklcdnv6tempv2.com/img/tab_2/00/13/32/ng952689/vol_72_chapter_699_the_seal_of_reconciliation/2-o.jpg'...]\n```\n\n### Search Titles\n\nImport the `pymangaj` module and call the `search_titles`()` method. Pass the manga name you want to search. The method will return a list of manga titles.\n\n``` python\nfrom pymangaj import pymangaj, Sources\n\npymangaj.search_titles(\"Naruto\", source=Sources.LER_MANGA)\n```\n\n``` shell\n[{'title': 'Naruto: Konoha Shinden \u0026#8211; Yukemuri Ninpouchou', 'url': 'https://lermanga.org/mangas/naruto-konoha-shinden-yukemuri-ninpouchou/'}, {'title': 'Naruto Gaiden: Uzu no Naka no Tsumujikaze', 'url': 'https://lermanga.org/mangas/naruto-gaiden-uzu-no-naka-no-tsumujikaze/'}]\n```\n\n## Sources\n\npymangaj supports the following manga sources:\n\n|          Source                       | Language | Status  |    Source     |\n| ------------------------------------- | -------- | ------  |  ----------   |\n| [MangaLivre](https://mangalivre.net/) |   PT-BR  |   ❌   |  MANGA_LIVRE   |\n| [MuitoManga](https://muitomanga.com/) |   PT-BR  |   ❌   |  MUITO_MANGA   |\n| [Manganato](https://manganato.com/)   |   EN-US  |   ✅   |  CHAPMANGANATO |\n| [LerManga](https://lermanga.org/)     |   PT-BR  |   ✅   |  LER_MANGA     |\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE). See the LICENSE file for details.\n\n## Contribution\n\nContributions to pymangaj are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the [GitHub repository](https://github.com/jjeanjacques10/pymangaj).\n\n## Authors\n\n- [@jjeanjacques10](https://github.com/jjeanjacques10)\n\n## Contributors\n\n- [@fabiobarkoski](https://github.com/fabiobarkoski)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjeanjacques10%2Fpymangaj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjeanjacques10%2Fpymangaj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjeanjacques10%2Fpymangaj/lists"}