pie3636 / newsjam

Jammin' the news
MIT License
1 stars 1 forks source link

Bypassing twitter character limit #1

Open LuisAVasquez opened 2 years ago

LuisAVasquez commented 2 years ago

Problem: some good summaries are longer than 280 characters. The pipeline then selects one that fits a tweet even though it may be of lower quality.

Idea: generate an image containing the summary, and then post that on twitter.

This bypasses the character limit in twitter. The actual text of the tweet could be hashtags of keywords, or links.

Example:

image

LuisAVasquez commented 2 years ago

image