Naresh1318/Topaz

Medium API only records the first couple of entries

abhinuvpitale opened this issue · 1 comments

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 :

  1. beautifulsoup fetch?
  2. 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?