https://github.com/zet4/catsbutnotreally
Discord Webhook Image Bot
https://github.com/zet4/catsbutnotreally
Last synced: 10 months ago
JSON representation
Discord Webhook Image Bot
- Host: GitHub
- URL: https://github.com/zet4/catsbutnotreally
- Owner: zet4
- License: mit
- Created: 2016-12-01T01:54:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T19:59:34.000Z (over 9 years ago)
- Last Synced: 2024-06-20T05:55:38.224Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Webhook Image Bot
Uploads images from `source`'s with interval defined by `cron`, each `source` has a `chance` which determines it's chance to be chosen for next run.
## Currently supported services
- ibsearch / ibsearchxxx
- Requires `key` and `query` as `arguments` field in `source` definition.
- randomcat
- No special `arguments`.
## How to use
`go get github.com/zet4/catsbutnotreally` it, copy `config.example.json` into a directory with the binary, rename it to `config.json` and fill in as required.
## Change log
### v0.4
- Adds a staticly compiled basic web frontend.
### v0.3
- Adds -config argument for specifying a different config file.
- Adds statistics (image sent counter) and golang stats.
- Adds pprof.
- Adds `enable_statistics`, `enable_pprof` and `web_address` to root config.
- Hot reload of the web server.
### v0.2
- Hot reload of config.
- Opt-in `embed` mode for `display` (default's to `simple`).
- MIT License added
### v0.1
- Initial release.