An open API service indexing awesome lists of open source software.

https://github.com/iamakkkhil/twipture

Twipture allows you to share your beautifully written tweets in even more beautiful images to put up on your stories, instagram posts, linkedin feed, etc.
https://github.com/iamakkkhil/twipture

express html2image reactjs tailwindcss twitter twitter-api

Last synced: 8 months ago
JSON representation

Twipture allows you to share your beautifully written tweets in even more beautiful images to put up on your stories, instagram posts, linkedin feed, etc.

Awesome Lists containing this project

README

          

# Twipture 🐤📸 | Capture your tweets

![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![Js](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Heroku](https://img.shields.io/badge/heroku-%23430098.svg?style=for-the-badge&logo=heroku&logoColor=white)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)

Your firendly neighbourhood tweet to image convertor.

Twipture allows you to share your beautifully written tweets in even more beautiful images to put up on your stories, instagram posts, linkedin feed, etc.

DarkMode-Twipture

LightMode-Twipture


# Working Screenshots

ElonMusk Tweet

Converted to a beautiful image.

ElonMusk Tweet

## Setup:

1. Clone the repository.
2. Install dependencies.

npm install

3. Setup environment variables in `.env` file.

PORT=
ALLOWED_HOSTS=
APP_BASE_URL=
APP_PASS=
BEARER_TOKEN=

> Get your Bearer Token from your Twitter devloper account [https://developer.twitter.com/en/apps/](https://developer.twitter.com/en/apps/).

4. Run the server.

nodemon server.js