wasd_notifier is a bot for VKontakte based on vkbottle that provides stream notifications for streaming service wasd.tv.
- Receive a notification when streamer from your subscription list starts the stream
- Subscribe to channel by typing the channel name (it checks if the channel exists)
- Disable/enable all notifications command
- Unsubscribe channels
- View your subscriptions
- Clone the repo:
git clone https://github.com/descensiontohell/wasd_notifier.git && cd wasd_notifier
- Create sample VK group on https://vk.com/groups then head to Manage:
- Enable Long Poll API
- Allow community messages
- Enable bot abilities
- Obtain API access token
- Set according variables in
.env
file:
TOKEN=
POSTGRES_USER=
POSTGRES_PASSWORD=
- Run the containers:
docker-compose up
- Head to Group -> Write message
- Rebuild the app after changes:
docker-compose down && docker-compose up --build