README.md in cosgrove-0.0.3rc1 vs README.md in cosgrove-0.0.3.1
- old
+ new
@@ -6,28 +6,30 @@
Many (not all) features work on Golos as well.
## New features
-* Added the ability for each discord channel to have its own upvote weight, as well as have a default. Upvote voting weight can be:
- * `dynamic` - uses the bot's current voting recharge percent as the upvote percent.
- * `upvote_rules` - uses channel specific rules.
- * `100.00 %` - can be any valid voting percentage.
- * `disable_comment_voting` - only posts can get votes.
-* Added `CommentJob` for creating automated replies.
-* Added callback `on_success_upvote_job` which can be used to, for example, reply to the post after being upvoted.
-* Market data now uses Bittrex instead of Poloniex.
-* Added `operators` to keep track of steem accounts that can do things like block upvotes (by blockchain mute).
+* Added support for SteemApi as a fallback to SteemData.
+* Gem updates.
## Features
* **Registration**
* `$register <account> [chain]` - associate `account` with your Discord user (`chain` default `steem`)
* **Verification**
* `$verify <account> [chain]` - check `account` association with Discord users (`chain` default `steem`)
* **Up Voting**
* `$upvote [url]` - upvote from cosgrove; empty or `^` to upvote last steemit link
+ * The ability for each discord channel to have its own upvote weight, as well as have a default. Upvote voting weight can be:
+ * `dynamic` - uses the bot's current voting recharge percent as the upvote percent.
+ * `upvote_rules` - uses channel specific rules.
+ * `100.00 %` - can be any valid voting percentage.
+ * `disable_comment_voting` - only posts can get votes.
+ * `CommentJob` for creating automated replies.
+ * Callback `on_success_upvote_job` which can be used to, for example, reply to the post after being upvoted.
+ * Market data now uses Bittrex instead of Poloniex.
+ * `operators` to keep track of steem accounts that can do things like block upvotes (by blockchain mute).
## Installation
```bash
$ gem install cosgrove
@@ -125,9 +127,13 @@
<center>
<img src="http://i.imgur.com/7V09fNf.jpg" />
</center>
See my previous Ruby How To posts in: [#radiator](https://steemit.com/created/radiator) [#ruby](https://steemit.com/created/ruby)
+
+Also see:
+* [Introducing: Cosgrove - A STEEM Centric Discord Bot Framework](https://steemit.com/radiator/@inertia/introducing-cosgrove-a-steem-centric-discord-bot-framework)
+* [How to Write a Discord Bot in Ruby](https://steemit.com/radiator/@inertia/how-to-write-a-discord-bot-in-ruby)
## Get in touch!
If you're using Cosgrove, I'd love to hear from you. Drop me a line and tell me what you think! I'm @inertia on STEEM and Discord.