Skip to content

E-D-A/steem-curatebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

steem-curatebot

Steemit curation bot with Discord integration.

The bot will login to Discord and starts to listen to the blockchain in the background.

If the correct "curateword" is included in a comment from one of the curators, the bot will post the Steemit URL to the predefined Discord "channel".

For demo purposes I have included two Discord bot commands, ?help and ?top10.

?help will return a simple help menu

?top10 will display the Top 10 posts from "utopian-io" tag with the highest payout value.

Prerequisites:

In curatebot.py, update the following lines.

curators = ['SteemCurator1','SteemCurator2']
curateword = '!curate'
channel = discord.Object(id='ChannelID')
bottoken = 'DiscordBotToken'

Run:

python3 curatebot.py

Logging:

Logs will be written to steemit.log

Releases

No releases published

Packages

No packages published

Languages