Script, that allows you to send TTL (temporary) messages in VK, written in R
If you want to use this script, you should firstly install R lang on your system and then install httr library from CRAN.
install.packages("httr")
Then you must add your VK Me token to the script in the first variable named api_token.
Then just launch the script using terminal
Rscript ttl.R
Shebang in the beginning of the code allows you to make it executable without need of launching it with Rscript
.
chmod +x ttl.R
./ttl.R