tweets_analyzer icon indicating copy to clipboard operation
tweets_analyzer copied to clipboard

screenshot output

Open lucmski opened this issue 6 years ago • 3 comments

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:

  • https://github.com/yanorestes/botblocker

Some refs to osint twitter search:

  • https://labsblog.f-secure.com/2018/02/16/searching-twitter-with-twarc/
  • https://github.com/twintproject/twint/wiki/Commands
  • https://github.com/twintproject/twint-explorer

Cheers

lucmski avatar Mar 24 '19 11:03 lucmski

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

Cheers

ozzi- avatar Jul 15 '19 12:07 ozzi-

@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.

Strykar avatar Oct 24 '19 19:10 Strykar

@Strykar can you provide an example plz ?

lucmski avatar Oct 27 '19 18:10 lucmski