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.
- Host: GitHub
- URL: https://github.com/iamakkkhil/twipture
- Owner: iamakkkhil
- Created: 2022-02-16T11:38:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T12:26:15.000Z (over 4 years ago)
- Last Synced: 2025-03-31T11:01:35.125Z (about 1 year ago)
- Topics: express, html2image, reactjs, tailwindcss, twitter, twitter-api
- Language: JavaScript
- Homepage: https://twipture.herokuapp.com/
- Size: 3.25 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twipture 🐤📸 | Capture your tweets










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.


# Working Screenshots

Converted to a beautiful image.

## 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