An open-source tool that analyzes your Twitter activity and answers to your questions based on your recent tweets
Wanna know more how it's built, check out my blog on how I built it: BLOG LINK
tweetSageVideoTwitter.mp4
- It works by fetching the user's recent tweets from the Twitter API
- Then we give those tweets to chatGPT thorugh openAI's API and it generate answer based on user's recent tweets
This project is built on nextJS 13 experimental version
- Fork the repo into your account
- Clone the project into your local machine
git clone https://github.com/<Your-name>/TweetSage.git
- Navigate the folder
cd TweetSage
- Install the dependencies
npm install
- Make .env file in root directory with these variables
BearerToken= 'YOUR TWITTER API KEY GOES HERE'
OPEN_API_KEY= 'YOUR OPENAI API KEY GOES HERE'
- Get your twitter api key here: TWITTER API
- Get your openAi api key here: OPENAI API
- Run the project on local machine
npm run dev
- Every time you start making changes to your forked repo make sure it's in sync with the original repo
Thank you for considering to contribute to this project.
This project is in a very early stage so anybody who's familiar with ReactJS/NextJS/Typescript/TailwindCSS can contribute. If you don't feel ready to make a contribution yet, no problem at all. You can also contribute to this ReadMe
section or the Documentation part of our project.
If you are interested to contribute and want to learn more about the technologies that are used in this project, checkout the links below.
- ReactJS Official Docs
- NextJS Documentation
- Typescript Documentaion
- TailwindCSS Docs
- Material UI Documentaion
Never made an open source contribution before? And wondering how to contribute to this project? No worries! Here's a quick guide,
- Choose any feature/bug you wish to contribute to.
- Fork the repository into your own account.
- Clone the repo you have forked in your local machine using
git clone https://github.com/<Your-name>/TweetSage.git
- Create a new branch for your fix by using the command
git checkout -b YourName-branch-name
- Make the changes you wish to do and stage them using the command
git add files-you-have-changed
or usegit add .
- Use the command
git commit -m "Short description of the changes"
to describe the changes you have done with a message. - Push the changes to your remote repository using
git push origin your-branch-name
- Submit a PR(pull request) to the upstream repository
Aadarsh805/TweeetSage
with a title and a small description. - Wait for the pull request to be reviewed by us.
- Make appropriate changes if the maintainer recommends you to and submit it.
- Await for your contribution to be merged into the repository.
Checkout the Contributing.md file before contributing.
If you need help, you can ask questions on our twitter :
- UI credits : form carry
Give a ⭐ to the project if you liked it. :)