'Tweet image' that can save tweets and conversations on Twitter in image format
There is a lot of information on Twitter, but by keeping your account private, deleting it, or deleting tweets, you can easily obscure what you tweeted. A Twitter version of the
Tweet Image
https://tweet-image.glitch.me/
It's easy to use, first select the tweet you want to keep in image format. This time, I decided to visualize the tweet of pitcher Masahiro Tanaka who announced his return to the Tohoku Rakuten Eagles .
We have signed a contract with Rakuten Eagles. We are planning to hold an enrollment meeting at a later date about the circumstances and thoughts that led to the decision to play in Japan this season, so I would like to tell you at that seat. pic.twitter.com/GcmBBLCZNa
— Masahiro Tanaka / MASAHIRO TANAKA (@ t_masahiro18) January 28, 2021
Copy the URL of the tweet and paste it into the text box at the top of 'Tweet image'.
In 'WIDTH', the width of the imaged tweet can be specified in pixels, and it is 1000 pixels in the initial state. 'PADDING' is a margin, and increasing the number increases the distance from the edge of the generated image to the content such as text and images in the tweet. The initial value of PADDING is '25'.
'THEME' is an option to change the background color of tweets. In the initial state, white 'Light' is selected, but you can also select 'Dark' which can change the background to dark blue. 'HIDE CARD' is an option to specify whether to display the image and media attached to the tweet together, and since it is 'False (display)' in the initial state, 'True (do not display)' You can also change it to. 'HIDE THREAD' is an option to specify whether to show or hide the thread linked to the tweet.In the initial state, it is 'True (not displayed)' and should be changed to 'False (display)'. Is also possible.
After specifying all the options, click the 'TWEET URL' text box and press the enter key. After a while, the tweet will be displayed under the option settings as shown below.
When you are satisfied with the generated image, you can save the image by clicking the 'SAVE' button at the bottom right.
That's why the imaged tweets are below. The number of likes and retweets will be the timing of the image. In the image below, 'PADDING' is '25' and 'THEME' is 'Light'.
You can also image conversations that took place on Twitter in thread format. For example, a game developer told SpaceX founder Elon
If you use Tweet Image, you can leave valuable tweets found on Twitter in the form of images, or save the exchanges in image format at the timing such as 'I took a word!' In the exchange with friends and celebrities. It is possible to keep it.
The source code of Tweet image is available on GitHub.
GitHub --ozgrozer / tweet-image: Tweet image
https://github.com/ozgrozer/tweet-image
Related Posts:
in Review, Web Service, Posted by logu_ii