Overview:
TweetSage is an open-source tool that allows users to analyze their Twitter activity and get answers to their questions based on their recent tweets. It works by fetching the user’s recent tweets from the Twitter API and using openAI’s API to generate answers. The project is built on the nextJS 13 experimental version and requires users to fork and clone the repository, install dependencies, and set up API keys for Twitter and openAI. The project is currently not being maintained.
Features:
- Analyzes Twitter activity and provides answers based on recent tweets.
- Utilizes openAI’s API for generating answers.
- Built on the nextJS 13 experimental version.
- Allows users to contribute to the project and learn about ReactJS, NextJS, Typescript, and TailwindCSS.
- Provides documentation and guidelines for contributing to the project.
Installation:
Follow the steps below to install and set up TweetSage on your local machine:
- Fork the repo into your account.
- Clone the project into your local machine using the command:
git clone https://github.com/<Your-name>/TweetSage.git
. - Navigate to the project folder.
- Install the dependencies.
- Create a
.env
file in the root directory with the required variables. - Obtain your Twitter API key and enter it in the
.env
file. - Obtain your openAI API key and enter it in the
.env
file. - Run the project on your local machine.
Summary:
TweetSage is an open-source Twitter analysis tool that uses user’s recent tweets to generate answers to their questions. It utilizes openAI’s API and is built on the nextJS 13 experimental version. Users can contribute to the project and learn about ReactJS, NextJS, Typescript, and TailwindCSS. Installation requires forking and cloning the repository, setting up API keys, and running the project locally. However, it should be noted that TweetSage is not currently being maintained.