An open API service indexing awesome lists of open source software.

https://github.com/adumbidiot/polldaddy-rs

Yet another polldaddy quiz bot (in rust)
https://github.com/adumbidiot/polldaddy-rs

polldaddy rust

Last synced: 5 months ago
JSON representation

Yet another polldaddy quiz bot (in rust)

Awesome Lists containing this project

README

          

# polldaddy-rs

Yet another polldaddy quiz bot (in rust). `polldaddy` is the main library, while `polldaddy-spam` is an example binary.

## Installing

Add the following to your `Cargo.toml` file:

```toml
[dependencies]
polldaddy = { git = "https://github.com/adumbidiot/polldaddy-rs", rev = "9a47166" }
```

## Getting Started
WIP. Look at `polldaddy-spam` for example usage.

## Testing
There are no tests other than `polldaddy-spam`. You can help by writing some.

## Contributing
I have almost no standards so anything you contribute will be an improvement. Just open an issue or pull request.

## Authors
adumbidiot (Nathaniel Daniel)

## License
This project is licensed under the [Apache](LICENSE-APACHE) or [MIT](LICENSE-MIT) licenses, at your option.