Skip to content

Instantly share code, notes, and snippets.

@AlekseyArh
Created September 14, 2021 16:05
Show Gist options
  • Save AlekseyArh/9b44c03b61c5133f29d2a4ece566296c to your computer and use it in GitHub Desktop.
Save AlekseyArh/9b44c03b61c5133f29d2a4ece566296c to your computer and use it in GitHub Desktop.
Быть всегда онлайн в vk
#!/bin/bash
/usr/bin/curl --silent 'https://api.vk.com/method/account.setOnline?access_token={TOKEN}&v=5.131' > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment