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
- Host: GitHub
- URL: https://github.com/geommr/medium-marks
- Owner: geommr
- License: gpl-3.0
- Created: 2018-10-06T18:49:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:30:16.000Z (over 3 years ago)
- Last Synced: 2026-01-30T17:12:37.430Z (3 months ago)
- Topics: medium, medium-api, web-scraper
- Language: EJS
- Size: 406 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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