SamhitaWiki / film-and-theatre

0 stars 0 forks source link

[STORY] Game of Thrones #3

Open dharashah410 opened 5 years ago

dharashah410 commented 5 years ago

Ideation

Prepare

Plan

Execute

Publish

dharashah410 commented 5 years ago

Scrape script of all 7 seasons of Game of Thrones into following CSV tables

Step #1 - Houses. Seed this database from https://github.com/joakimskoog/AnApiOfIceAndFire/blob/master/data/houses.json

Step 2 - Characters, Relationships. Seed this database from https://github.com/joakimskoog/AnApiOfIceAndFire/blob/master/data/characters.json 2.1 characters.csv - Name, Gender, House, Titles, Aliases, HouseId 2.2 relationships.csv - CharacterId, RelatedToCharacterId, Relationship (e.g. Father, Mother, Spouse, Children, etc.]

Step 3 - Table with all episodes 3.1 episodes.csv - Name, Synopsis, Season Number

Step 4 - Locations.csv 4.1

Step 5 - Scenes.csv and Dialogues.csv 5.1 Extract this for each episode from https://genius.com/albums/Game-of-thrones/Season-1-scripts 5.2 A Scene is associated with episode, characters, dialogues, locations

Find map?