Skip to content

Python3 script that generates a random location, collects the location's weather data and human-readable name, and makes a Mastodon post concluding in whether green beans could grow at the given temperature.

License

Notifications You must be signed in to change notification settings

validpostage/masto-random-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

masto-random-weather

Python3 script that generates a random location, collects the location's weather data and human-readable name, and makes a Mastodon post concluding in whether green beans could grow at the given temperature.

Requires a corresponding secrets.py file with the following information:

weather_api_key = "api_key"
geocode_api_key = "api_key"
mastodon_api_base_url = "https://some.mastodon.instance/"
mastodon_client_access_token = "token"

Implementation: https://social.validpostage.com/@GreenBeanWeather

About

Python3 script that generates a random location, collects the location's weather data and human-readable name, and makes a Mastodon post concluding in whether green beans could grow at the given temperature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages