Yet another polldaddy quiz bot (in rust). polldaddy
is the main library, while polldaddy-spam
is an example binary.
Add the following to your Cargo.toml
file:
[dependencies]
polldaddy = { git = "https://github.com/adumbidiot/polldaddy-rs", rev = "9a47166" }
WIP. Look at polldaddy-spam
for example usage.
There are no tests other than polldaddy-spam
. You can help by writing some.
I have almost no standards so anything you contribute will be an improvement. Just open an issue or pull request.
adumbidiot (Nathaniel Daniel)
This project is licensed under the Apache or MIT licenses, at your option.