Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 972 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 972 Bytes

Good-Films

Build Status

An AWS Serverless Application that scrapes the guardian api and posts film reviews to trakt.

Documentation for Guardian API is found here: https://open-platform.theguardian.com/documentation/

Documentation for Trakt API is found here: https://trakt.docs.apiary.io/

Trakt Tokens.

Access and refresh tokens for Trakt need to be rotated. These tokens are stored in AWS Secrets Manager and are rotated automatically through the TraktTokenRotator lambda function.

In the event that the refresh token is stale the tokens will have to be manually regenerated.

To do this run python create_trakt_tokens.py and follow on screen instructions.