https://github.com/a-khakimov/vkapi-download-all-message-history
https://github.com/a-khakimov/vkapi-download-all-message-history
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-khakimov/vkapi-download-all-message-history
- Owner: a-khakimov
- License: unlicense
- Created: 2018-05-04T19:02:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T23:44:41.000Z (over 7 years ago)
- Last Synced: 2025-03-29T02:30:16.697Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Service for getting of users geo-positions from messages history
## How use it?
* Add token to **.token.json**
```json
{
"token" : "user_token"
}
```* Install **python3** and **vk api**
```bash
sudo apt install python3 python3-pip
pip3 install vk
```* Run **geoget.py**
```bash
python3 geoget.py
```* The geodata will be recorded to file **data.json**