hungtruong / Audubon

An automatic screenshot creator for Twitter powered by PhantomJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audubon

Audubon is a tool that creates tweet screenshots automatically with PhantomJS.

You could also use the included tweet_image.js as a command line tool if you don't want to use the web app.

Deploy it directly to Heroku with this button:

Deploy

You can try it out in action here

Alternatively, tweet_image.js can be used as a command line tool that takes a url of a tweet as an argument. An example use case is:

phantomjs tweet_image.js https://twitter.com/shaq/status/1542241989

Currently, the script saves the image to /tmp but it should really support an output file as an optional argument.

About

An automatic screenshot creator for Twitter powered by PhantomJS

License:MIT License


Languages

Language:HTML 57.2%Language:JavaScript 36.4%Language:CSS 6.3%