Interesting-People-On-Medium
Interesting-People-On-Medium copied to clipboard
Python script that finds interesting users from your Medium network to interact with
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