Service for finding potential abiturients using Machine Learning
You need installed:
- vowel wabbit
- postgreSQL
- go 1.15
git clone https://github.com/Limbus-hack/AbiturientsPlus.gitcreate POSTGRESQL dbcd AbiturientsPluspsql -U username -d myDataBase -a -f init.sqlmake- Add .env file
POSTGRES_DB_STR=postgresql://postgres:postgres@127.0.0.1:5432/your_db_name
VK_APP_ID=example
VK_PRIVATE_KEY=example
VK_SERVICE_TOKEN=example
VK_CLIENT_TOKEN=example
go run github.com/code7unner/vk-scrapper
| URL | Method | Description |
|---|---|---|
prediction/ |
GET |
Retrieve Cached Predictions |
school=<string>
city=<integer>
[
{
"id":198351038,
"Name":"Alexey",
"LastName":"Zakirov",
"Region":60,
"Prediction":2,
"Status":"new"
},
]
| URL | Method | Description |
|---|---|---|
status/ |
PATCH |
endpoint for updating user status |
{"id", "status"}