Radu-Raicea / Interesting-People-On-Medium

Python script that finds interesting users from your Medium network to interact with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Python script that finds interesting users from your network to interact with. More specifically, it searches the latest posts of all the users you are following, looks through the responses of those posts and picks out the best ones. The purpose of this script is to find active users that have interacted with your network and have had a positive response from the community (over a certain number of recommendations on their response).

As seen on Medium!

Instructions

Install the packages

sudo pip install requests click

Checking how to use the script

python finder.py --help

Example

python finder.py --name Radu_Raicea --min-recommendations 10

About

Python script that finds interesting users from your Medium network to interact with

License:MIT License


Languages

Language:Python 100.0%