GitHunt
PE

Peek-A-Booo/TweetAnalyzer

Cyber Fortune Teller(TweetAnalyzer)

Description

Grab tweets, call Claude or GPT3.5 for analysis and make comments on tweeters

Built With

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run Cal.com.

  • Node.js (Version: >=18.x)
  • Go (Version: >= 1.18)
  • Pnpm ((recommended))

Development

Setup

  1. Clone the repo into a public GitHub repository (or fork https://github.com/lyleshaw/TweetAnalyzer/fork).

    git clone https://github.com/lyleshaw/TweetAnalyzer.git
  2. Go to the project folder

    cd TweetAnalyzer
  3. Install packages with pnpm

  4. Set up your .env file

    1. Duplicate .env.example to .env
      cp .env.example .env
  5. Run (in development mode)

    • frontend
      pnpm  dev
    • frontend
      go mod tidy
      go run ./service/index.go

Languages

TypeScript56.6%Go39.2%JavaScript2.3%Dockerfile1.7%CSS0.2%

Contributors

MIT License
Created June 25, 2023
Updated June 25, 2023
Peek-A-Booo/TweetAnalyzer | GitHunt