https://github.com/hoytech/cryptoquote-ircbot
Simple IRC Bot that provides cryptocurrency quotes to your channel
https://github.com/hoytech/cryptoquote-ircbot
Last synced: 4 months ago
JSON representation
Simple IRC Bot that provides cryptocurrency quotes to your channel
- Host: GitHub
- URL: https://github.com/hoytech/cryptoquote-ircbot
- Owner: hoytech
- Created: 2017-12-20T21:07:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T14:46:33.000Z (over 6 years ago)
- Last Synced: 2025-08-03T09:25:17.401Z (11 months ago)
- Language: Perl
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoQuote IRC Bot
Simple bot that connects to an IRC server and responds to requests for cryptocurrency quotes.
It uses the coinmarketcap.com ticker API.
## IRC usage
When the bot joins the channel, use the `!q` command with a symbol option, for example:
<@Fractal> !q btc
< cryptob0t> Bitcoin | 1 BTC = 16917.2 USD | 1h: -0.24% 24h: -5.15% 7d: +2.15%
You'll see colours in your IRC client too.
## Command-line usage
Usage: cryptbot [args]
cryptobot serve
cryptobot test
Examples:
cryptobot serve irc.choopa.net '#mychan' cbot123
cryptobot test jimmy '!q btc'
## License
2-clause BSD, do whatever you want with it.