Skip to main content

scraper client for the This American Life website

Project description

this american client

PyPI version

The This American Life client library.

Get structured data on transcripts, episodes, et c without worrying about all of the web scraping details. Intermediate results are cached to keep it snappy.

Install

pip install this-american-life

Using the client

Everything starts with the import

from thisamericanlife import ThisAmericanLife

tal = ThisAmericanLife()

Get the episode and act summaries

ep_one = tal.episodes.get(episode_number=1)

print('Title       : ' + ep_one.title)
print('Date on air : ' + ep_one.date_on_air)
print('Description : ' + ep_one.description)

# the name and short description of each act
print(ep_one.act_summaries)

Get the transcript of an episode

ep_one_transcript = tal.transcripts.get(episode_number=1)

print(ep_one_transcript.transcript)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

this-american-life-0.2.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distributions

this_american_life-0.2.0-py3.7.egg (27.2 kB view hashes)

Uploaded Source

this_american_life-0.2.0-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page