- Stream notifications for your favourite VTubers.
- Relay livestream comments and cameos directly to a Discord channel.
- Get notified whenever a new community post is created.
- Display a list of upcoming streams based on your subscriptions.
- Bot invite (soon)
- Documentation
- Status page
Nightly: Version that is used for Amaneko's staging environment. Bugs and crashes may occur.
Stable: Version that is used for Amaneko's production environment.
# After forking the repository, copy the url and run:
git clone https://github.com/[USERNAME]/Amaneko.git
cd Amaneko
cp .env.example .env
yarn install
docker compose up -d
yarn db:generate
yarn db:push
yarn build