Skip to content

This will be a package for extracting groups around the internet using providers

Notifications You must be signed in to change notification settings

laravelcompany/groups.extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PHP Groups

Our system provides an simple way to extract facebook groups and yahoo groups using developer key for facebook and no key for yahoo

//init the client
$client = new ClientManager();

//start the Yahoo
$socialType = new \LzoMedia\GroupsExtractor\Social\Yahoo\YahooApp();

//set the type of extractor
$typeOfDataToExtract = new YahooGroupExtractor();

//extractor type should be a interface up
$socialType->setExtractorType($typeOfDataToExtract);

// set socialType
$client->setSocialType($socialType);

$groups  = ($client->process());

// return groups
return $groups;

Todo

  1. Task 1 =======
  2. Implement url for groups
  3. Add new providers
  4. Improve speed
  5. Rest

About

This will be a package for extracting groups around the internet using providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages