A collection of usefull tools and extensions to use with Noobot.Core
Install-Package Noobot.Toolbox
TODO
- Admin -- Simple concept of giving some users (given they know the admin 'pin') extra abilities to remotely manage a noobot instance.
- Scheduling -- Scheduling allows you to simulate a message being received from a person on a regular interview (hourly, daily, nightly) which allows you to run and report on features. E.g. Check the website is up, initiate a relesse to live...
- AutoResponder -- Tests PMing a user (any message received will be returned to a users PM channel)
- Joke -- Will tell you a random joke (warning: these may be NSFW)
- Ping -- Will send a message via PM every second until stopped
- Welcome -- Will respond with "Hello", a good example of an easy middleware
- Yield -- Should probably be deleted. Proves you can have long running reponders without holding up other incomming messages
- Storage -- A simple way of storing data/configuration for a given features.