SkillAgentSearch skills...

Brackets

NCAA bracket subreddit competition for reddit

Install / Use

/learn @gunsch/Brackets
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

brackets

Group competition bracket manager.

Run application either:

Setup

Run the following:

# One time: set up a virtualenv
python3 -m venv ./venv/
source venv/bin/activate
pip3 install -r requirements.txt

# One-time: create a database and populate the schema
mysql -u root -p <<< 'create database brackets'
cat sql/* | mysql -u root brackets

# One-time: copy the config file, modify it as needed
cp config.py.EXAMPLE config.py

# Every time: activate the venv, then start
source venv/bin/activate
python3 app.py

Dependencies

  • MySQL (make sure mysqld is running)
  • Redis (redis-cli ping, then brew services start redis if that fails)
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Mar 20, 2025

No findings