otosky / medium_stats

Command Line and Python tool for Scraping Your Medium Stats
GNU General Public License v3.0
20 stars 5 forks source link

Connect scrape pub to user #4

Closed otosky closed 4 years ago

otosky commented 4 years ago

Ties credential file check for scrape_publication CLI command back to the username that the publication is associated with.

Previously each publication needed it's own section in the credentials file which meant that if a User had several publications under the same account, their "sid" and "uid" cookies needed to be duplicated across many sections.