Topaz
Topaz copied to clipboard
Medium API only records the first couple of entries
Since we are using a parser rather than the Medium's API, it only fetches your recent articles. Additionally, that too its constrained by 10 articles.
Possible ways to fix it :
- beautifulsoup fetch?
- use the actual API as per their documentation. (however, their API is for write only), not sure how you would read from it.
@Naresh1318 add good-first-issue? tag hacktobertest?