spamwatch
Version, currently master branch1 version
- master branchlatestNov 5, 2019
github.com/spamwatch/spamwatch-cr
No description declared in shard.yml.
3 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
spamwatch:
github: spamwatch/spamwatch-cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.31.1- License
- MIT
- Author
- Chris Watson
Dependencies
This version declares no dependencies.
README
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
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Nov 5, 2019
- Crystal
0.31.1- Indexed
- yes
Dependents
Repository
github.com/spamwatch/spamwatch-cr
Metadata
- Created
- Aug 19, 2026
- Updated
- Sep 3, 2026
- Synced
- Sep 3, 2026
- Versions
- 1