Skip to content

Commit

Permalink
First Version
Browse files Browse the repository at this point in the history
  • Loading branch information
GodwinOjebiyi committed Jun 11, 2017
1 parent 6a71162 commit a236776
Show file tree
Hide file tree
Showing 235 changed files with 35,382 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GRJB-Archive-Scrapper
# GRBJ-Archive-Scrapper
Gets the job Done the right way.
This Project Uses Guzzle, DomCrawler and Promise.
Scrape Archives and have fun doing it.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "godwinojebiyi/grbj-scraper",
"description": "GRBJ Archive Scraper, Scrapes Author Information and then proceed to scrape author articles.",
"type": "library",
"authors": [
{
"name": "Godwin Ojebiyi",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"symfony/dom-crawler": "^3.3",
"symfony/css-selector": "^3.3"
}
}
Loading

0 comments on commit a236776

Please sign in to comment.