execut/yii2-people-finder
Composer 安装命令:
composer require execut/yii2-people-finder
包简介
Extension for search people via social networks. Now supported only ok.ru
README 文档
README
Library for search peoples via social networks. Now supported only ok.ru and vk.com.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require execut/yii2-people-finder
or add
"execut/yii2-people-finder": "dev-master"
to the require section of your composer.json file.
Define your console environment variables from your browser social networks cookies. For ok.ru:
ODNOKLASSNIKI_AUTHCODE=AUTHCODE cookie ODNOKLASSNIKI_JSESSION=JSESSIONID cookie
For vk:
VK_ACCESS_TOKEN=vk access token (get it via url from first command run)
Usage
1. Run console command:
./yii peopleFinder "Test User" "GEDCOM file path"
Where: Test User - Finded people full name in format like "Anna Sergeevna Efremova (Pushkina)" (Pushkina - maiden name) or "Anna Efremova" or "Anna Sergeevna Efremova". GEDCOM file path - path to family tree file to find a person by his family in friends.
2. And get CSV report like this:
Id;Name;Name;Friends;
7006;Test User;0;0;. Total friends: 1000
63750;Test User;0;0;Test User. Total friends: 0
3569;Test User;0;0;. Total friends: 478
Columns description:
- Id - social network identity
- Name - humman name
- Name - name compare quality
- Friends - a list of matching friends with those found in your GEDCOM file
See GEDCOM standard for more information.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-09-12