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)
- Host: GitHub
- URL: https://github.com/adumbidiot/polldaddy-rs
- Owner: adumbidiot
- License: apache-2.0
- Created: 2019-10-04T05:52:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:01:44.000Z (over 3 years ago)
- Last Synced: 2024-05-11T21:53:19.733Z (about 2 years ago)
- Topics: polldaddy, rust
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.