项目作者: E-D-A

项目描述 :
Steemit curation bot with Discord integration
高级语言: Python
项目地址: git://github.com/E-D-A/steem-curatebot.git
创建时间: 2017-12-15T21:02:55Z
项目社区:https://github.com/E-D-A/steem-curatebot

开源协议:MIT License

下载


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.

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

Run:

python3 curatebot.py

Logging:

Logs will be written to steemit.log