Convert tweets to beautiful images
Twimage is a web application developed using NextJS, Twitter API, and Chakra UI. Its main purpose is to convert tweets into beautiful and customizable images. The app allows users to select the desired tweet and convert it into image formats like PNG, JPEG, or SVG.
To install Twimage, follow these steps:
Clone the repository from GitHub:
git clone [repository-url]
Install the required dependencies using npm:
npm install
Create a Twitter developer account and obtain the necessary API keys.
Create a .env.local
file in the project root and add the following environment variables:
TWITTER_API_KEY=<your-twitter-api-key>
TWITTER_API_SECRET=<your-twitter-api-secret>
TWITTER_ACCESS_TOKEN=<your-twitter-access-token>
TWITTER_ACCESS_TOKEN_SECRET=<your-twitter-access-token-secret>
Start the development server:
npm run dev
Open your browser and visit http://localhost:3000
to access Twimage.
Twimage is a useful web application that allows users to convert tweets into visually appealing images. It provides customization options like selecting the output image format and ratio. The app is created using NextJS, Twitter API, and Chakra UI, and is intended for learning purposes without any affiliation to Twitter.