ComicCrawler icon indicating copy to clipboard operation
ComicCrawler copied to clipboard

Collaboration between similar repos

Open DonaldTsang opened this issue 4 years ago • 4 comments

List of similar applications with long site lists:

  • https://manga-py.com/manga-py/ (Python) (for completeness sake)
  • https://github.com/manga-download/hakuneko/wiki/Comparison (JS)
  • https://github.com/riderkick/FMD/wiki/Websites (Pascal+Lua)

The main goals would be to:

  1. Add missing websites that are on the list
  2. Possibly consolidate the code with other repos (see https://github.com/yuru-yuri/manga-py/issues/211)

DonaldTsang avatar Aug 22 '19 01:08 DonaldTsang

@gromenauer wanna help me out and sopy some of the bullet points?

DonaldTsang avatar Aug 24 '19 12:08 DonaldTsang

@DonaldTsang

  1. Only know of manga-py, and now two more. If I see another, I let you know.

  2. Out of my league.

  3. If you create a repository with site lists as reference, I could contribute to it. If so, be careful with:

    1. Links, sites could use referer to know how to implement anti-scraping methods.
    2. Searchable pages (same as i.)
    3. ...

gromenauer avatar Aug 25 '19 10:08 gromenauer

1. Add missing websites that are on the list

We only add a website if it is required and can't be replaced by other providers.

2. Possibly consolidate the code with other repos (see yuru-yuri/manga-py#211)

If the developer of manga-py decides to create some reusable plugins, I can join the discussion and contribute our code.

eight04 avatar Aug 25 '19 14:08 eight04

If the developer of manga-py decides to create some reusable plugins, I can join the discussion and contribute our code.

Which should be encouraged as all cost, as code reusability and standardization is that makes future adaptation easy. A good website that brings home some of the good idea would be https://refactoring.guru/design-patterns/structural-patterns

DonaldTsang avatar Aug 25 '19 15:08 DonaldTsang