Skip to content

A script for receiving notifications in private messages on new VKontakte posts from tracked groups.

Notifications You must be signed in to change notification settings

misha7up/vk_new_post_announcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Скрипт для получения уведомлений о выходе новых записей ВКонтакте в отслеживаемых группах в личные сообщения.

Инструкции по установке

- Клонируйте репозиторий:

git clone git@github.com:misha7up/vk_new_post_announcer.git

- Установите и активируйте виртуальное окружение:

  • для MacOS
python3 -m venv venv
  • для Windows
python -m venv venv
source venv/bin/activate
source venv/Scripts/activate

- Установите зависимости из файла requirements.txt:

pip install -r requirements.txt

- Как запустить парсер:

  • для MacOS
python3 parser.py
  • для Windows
python parser.py

About

A script for receiving notifications in private messages on new VKontakte posts from tracked groups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages