x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.93k stars 454 forks source link

screenshot output #63

Open lucmski opened 5 years ago

lucmski commented 5 years ago

Hi all,

Hope you are all well !

Is there an easy way to screenshot like in the readme the results of the analyzer into a PNG ?

It would be great as it could combined with tools like botometer and publish a tweet with a summary like Twitter account activity or https://twitter.com/StattoBot/status/1108268411539345408

Some refs using botometer API:

Some refs to osint twitter search:

Cheers

ozzi- commented 5 years ago

Hi lucmski Try something with imagemagick's command "convert" -> https://stackoverflow.com/questions/44598803/pipe-stdout-to-an-image and let us know ;)

Cheers

Strykar commented 4 years ago

@ozzi- I did, it looks terrible cause it's in black and white using convert and ASCII alignment is lost. Using import preserves the colors but since the report almost always flows into buffer scrollback, it captures a cropped image.

lucmski commented 4 years ago

@Strykar can you provide an example plz ?