Skip to content

method-inc/avangridScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages