Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 905 Bytes

File metadata and controls

31 lines (24 loc) · 905 Bytes

Tipbot

This project contains the source code for a Next.js web application and an assortment of Python scripts for analysis.

Getting Started

Before you start, make sure that you have a recent version of Node.js, Python, and an OpenAI API key. To avoid potential errors with API access, store the API key in .env.local as OPENAI_API_KEY=<your key>, and for good measure, set the environment variable, too.

Installation

  1. Clone the repository:
git clone https://github.com/dchiueh/tipbot.git -b dev
  1. Install Node.js dependencies:
cd tipbot
npm install
  1. Install Python dependencies:
pip3 install -r requirements.txt

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.