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

https://github.com/dahlitzflorian/medium-api

Alternative Medium API for interacting with user specific data such as bookmarks.
https://github.com/dahlitzflorian/medium-api

library medium medium-api package python python-3 python3

Last synced: 6 months ago
JSON representation

Alternative Medium API for interacting with user specific data such as bookmarks.

Awesome Lists containing this project

README

          

# Medium API #
![black](https://img.shields.io/badge/code%20style-black-000000.svg)
## Description ##
This is an alternative for the standard Medium API. It's developed as the original Medium API does not provide
capabilities for interacting with user specific data such as bookmarks. To provide an alternative API filling those
gaps, a browser imitation has to be used such as Selenium.

version 0.1dev

## Blocking Issues ##
As Medium uses reCaptcha, the login automation is currently the major
issue. If anybody know a reliable solution to bypass this, feel
free to submit a PR.

## Contribution ##
Contributions are highly welcomed.