Skip to content

NoahEJ/future-weather-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Weather Forecast Twitter Bot

TL;DR

Every day, this script tweets the expected weather for Toronto for a date that's exactly one year in the future. Check it out in action @futureweatherTO!

How It Works

Image coming soon

This Python project first pings the Open Weather Maps API for the weather forecast for a date one year in the future. Is this data reliable? Well, I'm not sure! Might need to come back in a year to see how these predictions hold up 👀

It then processes the response and creates a string describing the weather for that specific date.

Next, it connects to Twitter's API to post that string as a Tweet!

This script is hosted as an AWS Lambda function and is scheduled to run every morning via AWS EventBridge.

About

A Twitter bot that posts Toronto's daily weather one year in advance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages