Skip to content

devinllu/icebreaker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StormHacks 2022: Icebreaker Bot

A discord bot created for StormHacks 2022. For more information about the event, please visit StormHacks's website.

Table of Contents
  1. About The Project
  2. Getting Started

About The Project


Trivia Recommendation Social

(back to top)

Team

Tech Stack

(back to top)

Getting Started

This project requires python and pip, make sure to have python installed before running the project locally.

Prerequisites

Check if Python version 3 is installed.

python --version

Installation

  1. Get free API key at API NINJAS, but to get the .env file, email one of the creators.
  2. Clone the repo
    git clone [email protected]:devinllu/StormHacks2022.git
    
  3. Setup the virtual environment
    pip install virtualenv
    virtualenv venv
    source venv/bin/activate
    pip install -r requirements.txt
    
  4. Run the app
python main.py

Questions

For any other questions/inquiries, please contact the creators by email.

About

Discord Bot for StormHacks 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages