Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 526 Bytes

README.MD

File metadata and controls

17 lines (12 loc) · 526 Bytes

MIT Licence

get_anime_bot is a telegram bot for convenient getting anime GIFs or images by genres.

Configuration

Configure the configuration for your own use in file .env or .env.dev for development.

Run

# for production
make release-build && make release-up # or just `make release`

# for development
make dev-build && make dev-up # or just `make dev`

Check Makefile for other scenarios