Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/athulmurali/flickr-api-docs-crawler
- Owner: athulmurali
- Created: 2019-01-01T05:24:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T05:57:45.000Z (about 6 years ago)
- Last Synced: 2024-11-11T14:46:19.371Z (about 2 months ago)
- Topics: api, beautifulsoup4, crawler, documentation, python3
- Language: Python
- Homepage: https://repl.it/@AthulMuralidhar/flickrDocs-20
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` !