Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
/ supernatural-kills Public archive

Death data from the Supernatural TV show

License

Notifications You must be signed in to change notification settings

BoboTiG/supernatural-kills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supernatural Kills

Death data from the Supernatural TV show.

Source: http://www.supernaturalwiki.com/Table_of_Death

Scraping and Playing with Data

from supernatural import Supernatural

# Instantiate the class
sn = Supernatural()

# Force the download of the raw data
sn.download(force=True)

# Parse that data
sn.parse()

# Access to the data of episode 2 of season 14
print(sn.kills["14.02"])

# Dump all episodes data
sn.dump()

# Export JSON data
sn.export_json()

About

Death data from the Supernatural TV show

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published