Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 895 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 895 Bytes

twitter-chucknorris-aws Lint

This is a Twitter bot hosted on AWS Lambda that posts Chuck Norris jokes on a schedule. You can check it out at https://twitter.com/chucknorrisbot1.

Architecture

Chuck Norris Bot runs as an AWS Lambda function that solely consists of twitter_chucknorris.py. It is triggered by an Amazon Eventbridge Rule that runs on a cron schedule of every three hours from 9:00 am to 6:00 pm every day. It also utilizes a Lambda layer to pull in its dependencies—Tweepy and Requests.