-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a53641
commit 46f88b9
Showing
10 changed files
with
136 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"project": "project2", | ||
"data": [ | ||
{ | ||
"team": "Atlanta Hawks" | ||
}, | ||
{ | ||
"team": "Boston Celtics" | ||
}, | ||
{ | ||
"team": "Brooklyn Nets" | ||
}, | ||
{ | ||
"team": "Charlotte Hornets" | ||
}, | ||
{ | ||
"team": "Chicago Bulls" | ||
}, | ||
{ | ||
"team": "Cleveland Cavaliers" | ||
}, | ||
{ | ||
"team": "Dallas Mavericks" | ||
}, | ||
{ | ||
"team": "Denver Nuggets" | ||
}, | ||
{ | ||
"team": "Detroit Pistons" | ||
}, | ||
{ | ||
"team": "Golden State Warriors" | ||
}, | ||
{ | ||
"team": "Houston Rockets" | ||
}, | ||
{ | ||
"team": "Indiana Pacers" | ||
}, | ||
{ | ||
"team": "Los Angeles Clippers" | ||
}, | ||
{ | ||
"team": "Los Angeles Lakers" | ||
}, | ||
{ | ||
"team": "Memphis Grizzlies" | ||
}, | ||
{ | ||
"team": "Miami Heat" | ||
}, | ||
{ | ||
"team": "Milwaukee Bucks" | ||
}, | ||
{ | ||
"team": "Minnesota Timberwolves" | ||
}, | ||
{ | ||
"team": "New Orleans Pelicans" | ||
}, | ||
{ | ||
"team": "New York Knicks" | ||
}, | ||
{ | ||
"team": "Oklahoma City Thunder" | ||
}, | ||
{ | ||
"team": "Orlando Magic" | ||
}, | ||
{ | ||
"team": "Philadelphia 76ers" | ||
}, | ||
{ | ||
"team": "Phoenix Suns" | ||
}, | ||
{ | ||
"team": "Portland Trail Blazers" | ||
}, | ||
{ | ||
"team": "Sacramento Kings" | ||
}, | ||
{ | ||
"team": "San Antonio Spurs" | ||
}, | ||
{ | ||
"team": "Toronto Raptors" | ||
}, | ||
{ | ||
"team": "Utah Jazz" | ||
}, | ||
{ | ||
"team": "Washington Wizards" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"project": "project3", "data": [{"unknown": "<unknown>", "speaker": "Kenneth Reitz", "talk_url": "http://pyvideo.org/pycon-us-2013/python-for-humans-1.html", "title": "Python for Humans"}]} | ||
{"project": "project3", "data": [{"show_url": "https://trakt.tv/shows/mr-robot", "year": "2015", "unknown": "<unknown>"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,26 @@ | ||
{ | ||
"project_name": "new_project2", | ||
"selector_type": "css", | ||
"scraping": { | ||
"url": "http://pyvideo.org/events/boston-python-meetup.html", | ||
"data": [ | ||
{ | ||
"field": "event", | ||
"selector": "h2", | ||
"attr": "text", | ||
"connector": "", | ||
"default": "<event>" | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"follow_link": "div.content-list div.row h4.entry-title a", | ||
"scraping": { | ||
"data": [ | ||
{ | ||
"field": "talk", | ||
"selector": "h2", | ||
"attr": "text", | ||
"connector": "", | ||
"default": "<talk>" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
"project_name": "project2_nba", | ||
"selector_type": "css", | ||
"scraping": { | ||
"url": "https://www.basketball-reference.com/teams/", | ||
"data": [ | ||
|
||
], | ||
"next": [ | ||
{ | ||
"follow_link": "#teams_active th > a", | ||
"scraping": { | ||
"data": [ | ||
{ | ||
"field": "team", | ||
"selector": "div#info h1", | ||
"attr": "text", | ||
"default": "<no_team>", | ||
"connector": "" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters