A simple python library for Medium Articles APIs
Project description
A Python library designed to retrieve articles and user information from Medium. This library offers an easy-to-use method for developers to incorporate Medium content into their applications.
Installation
You can install this library using pip.
pip install medium-article-py
Usage
Here is a simple example to get you started:
from medium-article-py import MediumArticles
username = '<your-medium-username>'
print(MediumArticles.get_profile_url(username))
# Output: https://medium.com/feed/@engrmuhammadusman108
Function |
Arguments |
Output |
---|---|---|
getData |
username : string |
string |
getProfileUrl |
username : string |
string |
getProfileTitle |
username : string |
string |
getProfileAuthor |
username : string |
string |
getProfileDescription |
username : string |
string |
getProfileImageUrl |
username : string |
string |
getLatestArticleTitle |
username : string |
array[string] |
getLatestArticlePublicationDate |
username : string |
string |
getLatestArticleUrl |
username : string |
string |
getLatestArticleDescription |
username : string |
html |
getLatestArticle |
username : string |
object |
getLatestArticlesTitle |
username : string |
string |
Contributing
[Misbah Afzal](https://github.com/misbahafzal)
[Muhammad Usman](https://github.com/muhammad-usman-108)
LICENSE
This project is licensed under the MIT License - see the [LICENSE](https://github.com/muhammad-usman-108/medium-article-py/blob/main/LICENSE) file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file medium_article_py-0.1.6.tar.gz
.
File metadata
- Download URL: medium_article_py-0.1.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bfcb003522331e03ced12904040df2301afca336ea173aa663d736a7e96c6c3 |
|
MD5 | 86445de4acb0dbb0c5b4ce0d633c2395 |
|
BLAKE2b-256 | e6b86d07403546dd13de24af0bb2f42b61de30d8cf3a23172b9ad56c3511b0b3 |
File details
Details for the file medium_article_py-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: medium_article_py-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b53e5b0550bdb8c8e4272eacdc583d7a91987575638545e5dfdaa2af0c9aee3 |
|
MD5 | 91d48663121e9c748b7ee0bdba18f38b |
|
BLAKE2b-256 | fb4bc9c06088e0c5c29c422a67449ab20539bf3611bdd5dd295182b2f804ad43 |