diff --git a/README.creole b/README.creole deleted file mode 100644 index 7d207b8..0000000 --- a/README.creole +++ /dev/null @@ -1,26 +0,0 @@ -= Skybot = - -==Goals== -* simplicity -** little boilerplate -** minimal magic -* power -** multithreading -** automatic reloading -** extensibility - -==Features== -* Multithreaded dispatch and the ability to connect to multiple networks at a time. -* Easy plugin development with automatic reloading and a simple hooking API. - -==Requirements== -To install dependencies, run: - - pip install -r requirements.txt - -Skybot runs on Python 2.7. - -==License== -Skybot is public domain. If you find a way to make money using it, I'll be very impressed. - -See LICENSE for precise terms. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c42ecca --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# h + +#### The shitposting utility bot that you won't be able to live without. + +This is pretty much a fork of skybot with all conflicting plugins removed so it can be happy in `irc.ponychat.net` `#geek` and offer new and innovative ways to pass the time doing absolutely useless things. + +``` +Quora ╡ printer fact + h ╡ > printers purr at the same frequency as an idling diesel engine, about 26 cycles per second. +``` + +You'll probably need to install the pip requirements, but those may be out of date. Good luck. diff --git a/requirements.txt b/requirements.txt index ab90481..a3596c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ lxml +requests