After a few evenings work however I decided that this project was going to take up a bit too much of my time, especially when I had so much other work to do. So I have decided to release what I have done and let other take it and develop it if they wish.
You login using a twitter account:
Once logged in you are presented with the main interface, plugins are loaded automatically from the directory and displayed as tabs. The reason for doing them as plugins is to allow users to pick and choose what functionality they want their twittbot to have. Also it allows for easy upgrading to newer plugin versions.
Hangman was the primary idea for this project and is implemented as a simple plugin that consists of 3 simple commands:
I have built a simple polling timer for checking new messages from Twitter:
The interface uses docking panels provided by the .NET DockPanel Suite. Docking is demonstrated below with the log window:
The next shot shows me sending a direct message to the "twittgames" account from my "mikeysee" account:
After refreshing, the Hangman plugin then shows the active game states:
Then you play the game by making guesses:
A
And the plugin responds to your guesses:
It is far from complete but as a proof of concept I think it demonstrates the idea. There are many things that could be improved and/or worked upon, such as:
- Implement async calls rather than halting the thread when making a call
- Completing the Auto-follow plugin
- Implementing a database to log previously handled messages
- Enable back-messaging so you can search for previous messages and handle them
- Implement an interface for loading/unloading plugins
For the technology side of things, its was developed in C# .NET 3.5 using the excellent TweetSharp library for interfacing with Twitter. Docking panel functionality is provided by DockPanel Suite.
You can grab the binary for this here: TwitterBot.zip
Source code is available on request. Email: mike.cann@gmail.com
No comments:
Post a Comment