Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 671 Bytes

File metadata and controls

43 lines (28 loc) · 671 Bytes

Scraping repo for avangrid proof of concept

Setup

using uv

Run the following command to install the repo's dependencies:

uv pip install -e .

Installing uv

using pip

Run the following command to install the repo's dependencies:

pip install -e .

Authentication

Reddit

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)

Run

python hello.py