BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet failed: [{'message': 'Status is over 140 characters.', 'code': 186}]

WMSaj13 opened this issue · comments

Example tweet over 140 character limit:
The forecast for today is mostly cloudy throughout the day and breezy starting in the afternoon, continuing until evening. 18ºC/13ºC. I want to believe.

That's a pretty long forecast, I'll try to find a way to gracefully truncate if it's too long, or skip the extra forecast text ("I want to believe" in this example). Even at that, a character count check would be good for every tweet that is created.

I started work in #27, move conversation to there.