An open API service indexing awesome lists of open source software.

https://github.com/rabestro/jetbrains-academy-web-crawler

The Web is called so for a reason: all these pages are connected to many others through links, resembling a spider’s web. It’s easy to get lost and miss important links, so in this project you will write a program that might help. A Web Crawler collects and saves links from a given page, storing them in the memory for you to access later.
https://github.com/rabestro/jetbrains-academy-web-crawler

Last synced: 5 months ago
JSON representation

The Web is called so for a reason: all these pages are connected to many others through links, resembling a spider’s web. It’s easy to get lost and miss important links, so in this project you will write a program that might help. A Web Crawler collects and saves links from a given page, storing them in the memory for you to access later.

Awesome Lists containing this project