screenshot output
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
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
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- 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 can you provide an example plz ?