Skip to content

Tool for discovering new steem users who are acting in ways that benefit the community.

License

Notifications You must be signed in to change notification settings

sisygoboom/redfisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redfisher

Tool for discovering new steem users who are acting in ways that benefit the community.

Installation Instructions

  • Have python installed
  • Clone repo
  • Open command line or kernel open in the file where setup.py is
  • Run python setup.py install

Useage

As of v1.1, you can run redfisher from the terminal by going to the file location and typing this:

python redfisher.py --min_sp=50 --posts_per_week=4

To start a streaming from a week ago, min sp of 60 and posts per week of 2:

import redfisher as rf

rf.redfisher()

Adding custom parameters:

import redfisher as rf

rf.redfisher(weeks=0.5, posts_per_week=1, min_sp=200)

To check an individual account:

import redfisher as rf

rf.check(user='sisygoboom', min_sp=10000, weeks=1, posts_per_week=1)

About

Tool for discovering new steem users who are acting in ways that benefit the community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages