jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Support for 280 Characters #70

Open jphoke opened 6 years ago

jphoke commented 6 years ago

Is there a plan to support 280 character tweets going forward? For a weather service I am building 140 isnt cutting it

jgoerzen commented 6 years ago

It would be great - I would happily accept patches. I will probably write it myself one of these days but I am quite busy with other things just now

jphoke commented 6 years ago

Thanks - while not truly a developer - i'll take a gander and see if I can tweak :)

jgoerzen commented 6 years ago

If all you care about is posting to twitter, you may be able to just change every instance of 140 in Commands/Update.hs to 280 and be good to go. Processing longer incoming tweets will be more complicated.