thedod / feed2twister

Simple cron script to post RSS/ATOM items to Twister
GNU General Public License v3.0
10 stars 4 forks source link

Make the maximum notice length configurable #2

Open mrvdb opened 10 years ago

mrvdb commented 10 years ago

Although the notice length is 140 chars in twister, it does have an autosplit option, so some people may want to configure it to have a higher maximum length and let twister deal with it.

thedod commented 9 years ago

As far as I know, the split option is implemented in javascript on the twister-html client, and twisterd itself can only accept up to 140 characters in a twist. Did you check this? Did it work?