Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.59 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.59 KB

What is that?

wasd_notifier is a bot for VKontakte based on vkbottle that provides stream notifications for streaming service wasd.tv.

Features:

  • 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

Development / Usage:

  1. Clone the repo:
git clone https://github.com/descensiontohell/wasd_notifier.git && cd wasd_notifier
  1. 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
  2. Set according variables in .env file:
TOKEN=
  
POSTGRES_USER= 
POSTGRES_PASSWORD=
  1. Run the containers:
docker-compose up
  1. Head to Group -> Write message
  2. Rebuild the app after changes:
docker-compose down && docker-compose up --build