Bot for booru-boards grabbing. It uses [imageboard-api](https://github.com/Kodehawa/imageboard-api) for requests to boards and support next boards as well as `imageboard-api`:
QUERY Your query to booru. Use syntax "-- -sometag" to add excluding of
some tag in query
```
As said previously, there are `/request` and `/enable`
### Request parameters
I will omit obvious parameters like `-n`.
*`-b`/`--board` - select which board to use
*`-n` (optional, default 1, max 10)
*`-k`/`--krontab` (optional) - use [krontab](https://bookstack.inmo.dev/books/krontab/page/string-format)-string for setting up request from time to time. Unfortunatelly, **currently supported only main five settings: seconds, minutes, hours, days and months**
*`-g`/`--gallery` (optional) - flag indicates that in case you passed `-n` more than 1 messages should be sent as media group
*`-r`/`--rating` (optional) - rating of images in requests
*`-a`/`--attach_urls` (optional) - will force bot to attach url of image to the sent images
Besides, after all parameters you should add query for the board like `rem_(re:zero)`:
```
/request -n 3 -a -b safebooru -g rem_(re:zero)
```
If you want to use negative query parameters, you must escape them with `--` before parameter:
`-- -1girl` (exclude posts with `1girl` tag)
Bot remember which posts it already has sent to the chat. So, there should not be repetitions in the sent images
### Samples
All the samples will use query `rem_(re:zero) -- -1girl` (in fact it is query `rem_(re:zero) -1girl`) and `-r safe` just to make request suitable for work.
---
Sample from above to request 3 photos in gallery mode from safebooru with urls attaching:
```
/request -n 3 -a -b safebooru -g rem_(re:zero) -- -1girl