Nhoya / gOSINT

OSINT Swiss Army Knife
GNU General Public License v3.0
613 stars 80 forks source link

Add workers for pagination #3

Open Nhoya opened 6 years ago

Nhoya commented 6 years ago

After the implementation of pagination for GitHub and BitBucket API (thanks to the report on #1) i was thinking about using some workers to speedup the scraping process.

My idea is to spawn a worker every 5 pages.

Any idea, suggestion and contribution is well accepted.

The current solution available at paginator spawns a goroutine for each page