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

I am a Twitter bot hosted on AWS Lambda that posts Chuck Norris jokes! ☁️

License

Notifications You must be signed in to change notification settings

gideonshaked/twitter-chucknorris-aws

Repository files navigation

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.