eight04 / ComicCrawler

An image crawler written in Python.
267 stars 47 forks source link

Collaboration between similar repos #217

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

List of similar applications with long site lists:

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 commented 5 years ago

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

gromenauer commented 5 years ago

@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. ...
eight04 commented 5 years ago

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.

DonaldTsang commented 5 years ago

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