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
This project is built on nextJS 13 experimental version
git clone https://github.com/<Your-name>/TweetSage.git
cd TweetSage
npm install
BearerToken= 'YOUR TWITTER API KEY GOES HERE'
OPEN_API_KEY= 'YOUR OPENAI API KEY GOES HERE'
npm run dev
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.
Never made an open source contribution before? And wondering how to contribute to this project? No worries! Here's a quick guide,
git clone https://github.com/<Your-name>/TweetSage.git
git checkout -b YourName-branch-name
git add files-you-have-changed
or use git add .
git commit -m "Short description of the changes"
to describe the changes you have done with a message.git push origin your-branch-name
Aadarsh805/TweeetSage
with a title and a small description.Checkout the Contributing.md file before contributing.
If you need help, you can ask questions on our twitter :
Give a ⭐ to the project if you liked it. :)