Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athulmurali/flickr-api-docs-crawler

A python based crawler that extracts the documentation of apis and writes it into a file as JSON. A beautiful documentation page can be built from the JSON file using Docusaurus
https://github.com/athulmurali/flickr-api-docs-crawler

api beautifulsoup4 crawler documentation python3

Last synced: about 9 hours ago
JSON representation

A python based crawler that extracts the documentation of apis and writes it into a file as JSON. A beautiful documentation page can be built from the JSON file using Docusaurus

Awesome Lists containing this project

README

        

# flickr-api-docs-crawler
- A python based crawler that extracts the documentation of apis and writes it into a file as JSON.
- A beautiful documentation page can be built from the JSON file using Docusaurus

### To run :

- Install python3
- `git clone `
- Run : `python3 main.py `


### Results :

The retrieved JSON Dictionary can be found in the file, once crawling is completed

`apiPagesDict.json`

If there are any errors, it will be written to the file `crawlErrors.json`


### Repl:

The online repl can be executed by just one click :

Visit :
[flick-api-docs-crawler Online repl](https://repl.it/@AthulMuralidhar/flickrDocs-20)

Click `run` !