service for set status online on vk.com
Go to file
Alexander Popov 09ca61e016 init Crystal 2021-07-16 05:38:16 +03:00
asset fix scripts 2020-03-31 01:55:11 +03:00
spec init Crystal 2021-07-16 05:38:16 +03:00
src init Crystal 2021-07-16 05:38:16 +03:00
systemd/user fix scripts 2020-03-31 01:55:11 +03:00
.editorconfig init Crystal 2021-07-16 05:38:16 +03:00
.gitignore init Crystal 2021-07-16 05:38:16 +03:00
.travis.yml init Crystal 2021-07-16 05:38:16 +03:00
LICENSE init Crystal 2021-07-16 05:38:16 +03:00
README.md init Crystal 2021-07-16 05:38:16 +03:00
config.json.example init Crystal 2021-07-16 05:38:16 +03:00
install.sh fix 🐛 2020-03-31 02:08:53 +03:00
shard.lock init Crystal 2021-07-16 05:38:16 +03:00
shard.yml init Crystal 2021-07-16 05:38:16 +03:00
vk0nline.py add online checking 2020-03-31 02:23:43 +03:00

README.md

vk0nline

Утилита для поддержания статуса Онлайн в социальной сети Vk.com.

Включает в себя systemd юнит.

preview

Установка

Активировать автоматический запуск сессии пользователя

# Изменить параметр ReadWritePaths=/etc /run /var/lib/systemd/linger
nano /usr/lib/systemd/system/systemd-logind.service
# Перезапустить сервисы
systemctl daemon-reload
# Активировать пользователя
mkdir /var/lib/systemd/linger
loginctl enable-linger $USER

Скачать и запустить установщик:

curl -Lsk https://raw.githubusercontent.com/iiiypuk/vk0nline/master/install.sh | sh

Следовать инструкциям установщика.

Использование

  • Скачать исполняемый файл программы
  • Заполнить appID и userIds в config.json
  • Запустить программу vk0nline и получить accessToken

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/src/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors