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.
- ibsearch / ibsearchxxx
- Requires
key
andquery
asarguments
field insource
definition.
- Requires
- randomcat
- No special
arguments
.
- No special
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.
- Adds a staticly compiled basic web frontend.
- Adds -config argument for specifying a different config file.
- Adds statistics (image sent counter) and golang stats.
- Adds pprof.
- Adds
enable_statistics
,enable_pprof
andweb_address
to root config. - Hot reload of the web server.
- Hot reload of config.
- Opt-in
embed
mode fordisplay
(default's tosimple
). - MIT License added
- Initial release.