Skip to content

q60/vk-ttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VK TTL

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

About

Script, that allows you to send TTL (temporary) messages in VK, written in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages