Skip to content

tochk/ottepel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SVK

This application is no longer supported!

Tool for download photo from vk converstaions

Installing:

  1. Download app
git clone https://github.com/tochk/ottepel.git
  1. Build backend (served on localhost:4100) Required go 1.8 or higher
$ cd server
$ go get github.com/yanple/vk_api
  1. Run backend:
$ go run main.go
  1. Setup frontend (served on localhost:4200) Required node.js 7.4.0 with npm 4.0.5 or higher
$ cd client
$ npm install -g @angular/cli
$ npm install
  1. Change
"target": "http://deploy-12.sgu.ru:4100",

line in client/proxy.conf.json on

"target": "http://localhost:4100",
  1. Change
  SERVER: "http://deploy-12.sgu.ru:4100",

line in client/src/app/constants/urls.ts on

  SERVER: "http://localhost:4100",
  1. Run frontend:
$ npm run serve
  1. Open http://localhost:4200 in your browser

About

SVK: vk photo downloader

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors