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

https://github.com/geommr/medium-marks

Local web scraper/API for Medium bookmarks
https://github.com/geommr/medium-marks

medium medium-api web-scraper

Last synced: about 1 month ago
JSON representation

Local web scraper/API for Medium bookmarks

Awesome Lists containing this project

README

          

## Web scraper for Medium bookmarks

### Usage
- save the medium cookie (from dev tools for example) in env.js
- npm install && npm run start

### Endpoints:
- GET /api/bookmarks returns JSON response
- GET /bookmarks returns a basic HTML page with bookmarks

### Todo:
- [x] Basic scraping
- [ ] Sort by
- [x] alphabet
- [ ] recent
- [x] shortest time
- [x] longest time
- [ ] Lists