We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podríamos agrupar todo lo relacionado a la descarga de páginas y listas en el directorio src/scraping (con una sola p).
src/scraping
utils/scraper.py
utils/workerpool.py
scraping/
utils/como_hacer_un_dump.txt
scraping/readme.md
src/list_articles_by_namespaces.py
src/scraper/
get_lists
src/list_articles.py
Me parece que quedaría más lógico y fácil de extender, independiéntemente de la futura reimplementación del scraper:
src/ `-- scraping/ |-- __init__.py |-- list_articles.py |-- list_articles_by_namespaces.py |-- portals.py |-- scraper.py `-- readme.md
src/xml_vs_html/
utilities/xml_vs_html/
En src/utilities quedarían sólo scripts que no son usados por cdpedia o cdpetron. Habría que revisarlos para determinar si aún son relevantes:
src/utilities
utilities/ |-- xml_vs_html/ |-- benchmarkIndice.py |-- buscarEnBloque.py |-- descargaImagenes.py |-- distrib_image.py |-- makeLista.py |-- parseaImagenes.py |-- pick_samples.sh |-- verComprimido.py |-- verIndice.py `-- xpm2pickle.py
The text was updated successfully, but these errors were encountered:
+1, con el detalle que utils/workerpool.py desaparece, y estaría bueno esperar a que scraper.py se use como lib, no como "script".
scraper.py
Sorry, something went wrong.
No branches or pull requests
Scraping
Podríamos agrupar todo lo relacionado a la descarga de páginas y listas en el directorio
src/scraping
(con una sola p).utils/scraper.py
yutils/workerpool.py
ascraping/
.utils/como_hacer_un_dump.txt
y agregarla ascraping/readme.md
src/list_articles_by_namespaces.py
asrc/scraper/
get_lists
de cdpetron asrc/list_articles.py
Me parece que quedaría más lógico y fácil de extender, independiéntemente de la futura reimplementación del scraper:
Utilities
src/xml_vs_html/
autilities/xml_vs_html/
En
src/utilities
quedarían sólo scripts que no son usados por cdpedia o cdpetron. Habría que revisarlos para determinar si aún son relevantes:The text was updated successfully, but these errors were encountered: