Skip to main content

scraper client for the This American Life website

Project description

this american client

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

Get the transcript of an episode

from thisamericanlife import ThisAmericanLife

tal = ThisAmericanLife()
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.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

this_american_life-0.1.0-py3-none-any.whl (11.0 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