This repository has been archived by the owner. It is now read-only.
spamwatch-cr
spamwatch.cr
Crystal adapter to the SpamWatch API
Installation
-
Add the dependency to your
shard.yml:dependencies: spamwatch: github: spamwatch/spamwatch-cr -
Run
shards install
Usage
require "spamwatch"
token = ENV["SPAMWATCH_TOKEN"]
client = SpamWatch::Client.new(token)
me = client.get_self
ban = client.get_ban(835061938)
Contributing
- Fork it (https://github.com/spamwatch/spamwatch-cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Chris Watson - creato-crr and maintainer
Repository
spamwatch-cr
Owner
Statistic
- 3
- 0
- 0
- 0
- 0
- about 6 years ago
- October 6, 2019
License
MIT License
Links
Synced at
Fri, 07 Nov 2025 00:57:06 GMT
Languages