Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

weatherBot v3.0

Compare
Choose a tag to compare
@BrianMitchL BrianMitchL released this 25 Apr 04:49
· 27 commits to master since this release
09addd4

Breaking Changes

Python 3.3 is no longer supported

Changes

  • Support 280 character tweets
  • Support variable location tweets with coordinates but no place name
    • This is configurable with the new string unnamed_location_name
  • Update dependencies
  • Minor refactoring
    • Use textwrap.shorten for truncating tweets
    • Use load_forecast over manual from forecastio now that the lang parameter is supported