Built for HACKRU
Follow these steps to set up the environment and run the application.
- If you are not an author, fork the repository here.
- Clone the repository.
git clone https://github.com/pedropa140/RutgersIEEE2024.git
- Create the python virtual environment.
- Either use vscode or using virtualenv:
virtual env
- OR
python -m venv env
- Activate the Virtual Environment (Not necessary for vscode).
- On Windows.
env\Scripts\activate
- On macOS and Linux.
source env/bin/activate
- Install Dependencies
- Make sure your pip version is up-to-date:
pip install --upgrade pip
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
- Run the app
cd flask
python -m flask run
- Run the Discord App
- Create application for Discord bot in Developer Options for Discord. Create permissions and add Discord token to .env file.
- To run app, on a new terminal:
python bot.py
- Flask
- Python
- Google Calendar API
- Worker AI by Cloudflare
- Bootstrap
- JavaScript
- SQL
- Spline