vk.com bot for finding flats/rooms
You need vk credentials such as app ID, user id to send messages to and an auth token placed in "conf.php"
Paste your app ID in index.php code and execute it. Click the button and get an auth token
conf.php settings:
[
'myid' => 'userid',
'token' => 'auth token',
'v' => api_version
];