This web application allows searching for communities (vk.com) with audience that you are interested in.
- Python 3.6
- aiohttp 2.3.3
- psycopg2 2.7.3.2
- Django 1.11.7
- PostgreSQL 10.1
- Execute schema.sql
- Execute insert_empty_communities.sql
- Get access_token (https://vk.com/dev/access_token) and insert it into "account" table (you'll need account on vk.com)
- Start vkapi/main.py. This app collects information about the communities via VK API.
- Start Django app in vksearch/