I just finished writing up a python bot based on the lovely steem-piston library made by our very own - and of course tweepy for the twitter part.
It is active at the moment and it's name is .. you guessed it !
Concept
The idea is that it continously will read from the massive stream of comments that are currently floating in, scan for twitter status urls and render them neatly in the comments for an easy overview
I will open source it once I tidy up the code a bit (or even sooner if the demand is there) even though it's not overly complicated, a bit of optimization can always be done. It is after all a neat starting point for writing more bots in the future.
I really do hope that the steemit community will welcome something like this. So I can maybe do more projects like these in the future.
Features
- Reply to both posts and comments
- Render twitter avatar along with username and timestamp
- Replace hashtags with appropiate link to search on twitter for that hashtag
- Replace short url's in text with their real link title
- A cache file to check whether it already replied to a given post
- Concatenate multiple status links into the same reply
- Double link detection (will filter out replies refering to the same tweet twice - or more - in the same comment)
- It's Steem Powered! (yay)
Screenshots
Example 1:
Example 2:
Please leave as much feedback in the comments below as possible!