Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 522 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 522 Bytes

lc-tweet

lc-tweet provides the underlying functionality for the LC New Subjects Twitter bot.

lambda_function.py is designed to run as an AWS Lambda function (Python 3.9, x86_64). Every few hours, a new Tweet thread is retrieved from a JSON file located in an S3 bucket. This JSON file is manually generated and uploaded using lc-scrape.

python.zip contains associated dependencies (boto3 and tweepy) to be uploaded as a Lambda layer.