Grab tweets, call Claude or GPT3.5 for analysis and make comments on tweeters
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run Cal.com.
- Node.js (Version: >=18.x)
- Go (Version: >= 1.18)
- Pnpm ((recommended))
-
Clone the repo into a public GitHub repository (or fork https://github.com/lyleshaw/TweetAnalyzer/fork).
git clone https://github.com/lyleshaw/TweetAnalyzer.git
-
Go to the project folder
cd TweetAnalyzer
-
Install packages with pnpm
-
Set up your .env file
- Duplicate .env.example to .env
cp .env.example .env
- Duplicate .env.example to .env
-
Run (in development mode)
- frontend
pnpm dev
- rearend
go mod tidy go run ./service/index.go
- frontend
You can use Vercel to deploy the front end, just click the button below
All commit message should startwith feat:
/bugfix:
/refactor:
/docs:
/style
All branch should startwith feature/xxx
etc.