steem-fossbot-voter icon indicating copy to clipboard operation
steem-fossbot-voter copied to clipboard

A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user

Results 42 steem-fossbot-voter issues
Sort by recently updated
recently updated
newest added

When issue #31 is complete, we can add metrics related to muted / ignored users, which are the opposite of followed user metrics: - ```post_up_voted_num_muted```: Number of muted voters who...

enhancement
server

Some metrics were originally proposed for authors but were not implemented due to time constraints: _NOTE: these do not include the post being considered at present in their calculations_ -...

enhancement
question
server

Loading animations should be used where content is to be loaded or long processes to be completed. - Run bot - Test algo - Stats, when loading charts This looks...

enhancement
ui
suggestion

how about a metric for all posts which appear in my feed ? Regards

enhancement
server
suggestion

Add a section in the voter to manually add links for the bot to vote on. Manual curation would be useful for people who want to add links to vote...

feature
ui
server
suggestion

We only have _positive_ languages checking, and only for four languages: English, German, Spanish and French. Using the library already used, we can check for many more. For Asian languages,...

enhancement
server
suggestion

Add more NLP (Natural Language Processing) metrics for post content: - number of profanities (with retext-profanities) - number of readability warnings (with retext-readability) - number of spelling mistakes (with retext-spell)...

enhancement
server
suggestion

The algorithm testing is not very developed. Several features should be improved and added: - Variable number of new posts to fetch - Improve UI with stats as well as...

feature
ui
server

The calculation of the score threshold is multi-variable and somewhat complex. To help understanding, and do aid in picking a good minimum threshold, percentage increase, max votes per day and...

feature
ui

Add all nouns in post title to keywords as these are highly likely to be useful determinants of content. Will need to use a better language parser.

enhancement
server