vk-mailer/README.md

19 lines
706 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

vk-to-smtp
====
Это oneshot приложение, которое получает посты из группы в ВК и пересылает их на почту в виде красивого письма.
Пока что еще не готов (прям совсем).
Зачем он нужен? Чтобы не заходить в ВК и получать посты из любимых групп на почту.
Зависимость: https://github.com/SevereCloud/vksdk/
UPD 2024-08-27: появилась такая вещь как конфиг! Кладется в /home/$USER/.config/vk-to-smtp.yaml, формата
```yaml
VK:
token: '123123123...'
group_id: 'podvalsound'
```