san0808 / ShareTweet

To Beautify and share tweets

Home Page:https://share-tweet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareTweet

ShareTweet is a web application that allows you to easily download and share images from Twitter. With ShareTweet, all you need to do is paste the Twitter URL of a tweet, and you will be provided with a downloadable image that you can share on the internet.

New Update

There have been changes in the Twitter api v2 guidelines and the Tweet lookup no longer comes under free , therefore you can't try it out in the deployed vercel page but the code is a a working one , therefore feel free to use your bearer token for your app

Screenshot 2023-05-23 102338

Features

  • Simple and intuitive user interface.
  • Quick and easy image download from Twitter.
  • Compatibility with various Twitter URLs, including tweets, images, and videos.
  • Automatic extraction of the highest resolution image available.
  • Support for downloading images from public Twitter profiles.

Technologies Used

  • Next.js: Next.js is a React framework that enables server-side rendering, static site generation, and other performance optimizations.
  • Express: Express is a minimalist web application framework for Node.js, which helps in creating robust and scalable web applications.
  • Twitter API: The Twitter API allows developers to access and interact with various Twitter functionalities, such as retrieving tweet details and media.

Installation

To run ShareTweet locally on your machine, please follow these steps:

  1. Clone the repository:
git clone https://github.com/san0808/ShareTweet.git

cd ShareTweet

npm install

checkout the express sever here https://github.com/san0808/ShareTweetBackend

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

To Beautify and share tweets

https://share-tweet.vercel.app


Languages

Language:TypeScript 51.9%Language:CSS 30.1%Language:JavaScript 18.0%