This script will give you last 7 days statistics on a search phrase mentions on www.vk.com website.
In the main you will find where to insert the phrase search_phrase = "search phrase"
if you want to extend days range for example you can do so by changing the value in the main function
days_range = 7
Python3 should be already installed. Then use pip (or pip3, if there is a conflict with Python2) to install dependencies:
pip install -r requirements.txt
You will have to set your environment variables up, with .env file where you going to store
your VK_SERVICE_TOKEN and your PLOTLY_USERNAME &
PLOTLY_API_KEY
About VK Service Token
Create Plotly account
Chart studio documentation
You can use Notepad++ to create .env file for Windows,
or CotEditor for MacOS.
(You can choose your own variable names if you want)
VK_SERVICE_TOKEN=Your_ServiceToken
PLOTLY_USERNAME=yourUserName
PLOTLY_API_KEY=Your_ApiKey
Variables has to be with CAPITAL letters and without any spaces at all!
To make life easier