google / google/corpuscrawler

Shorten project structure

Open
#82 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
218
Forks
53
PR merge metrics
No merged PRs in 30d

Description

Related to #80. Suggestion. Mainly, move the core codes up so it is more visible.
The crawlers are kept into their own folder.

- [ ] Reoganize project structure from :
```
corpuscrawler
├─ README.md
├─ LICENSE
├─ LICENSE.md
├─ CONTRIBUTING.md
├─ corpuscrawler
└─ Lib
└─ corpuscrawler
├─ *.py : utilities
└─ crawl_{iso}.py : crawlers
```
to
```
corpuscrawler
├─ README.md
├─ LICENSE
├─ LICENSE.md
├─ CONTRIBUTING.md
├─ corpuscrawler
├─ *.py : utilities
└─ crawlers
└─ crawl_{iso}.py : crawlers
```

Would such changes disturb some complementary toolchain ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.