Run the following command to install the repo's dependencies:
uv pip install -e .
Run the following command to install the repo's dependencies:
pip install -e .
set required .env variables
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT=
REDDIT_USERNAME=
REDDIT_PASSWORD=
How to get Reddit credentials: Python Reddit API Wrapper (praw)
python hello.py