Skip to content

ramonator00/reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit API

This project is used to query API's like Reddit and process the data.

Getting Started

A .env file must be created under src. The following environment variables are needed for this:

[Credentials]
username=<USERNAME>
password=<PASSWORD>
client_id=<CLIENT_ID>
secret_token=<SECRET TOKEN>
proxy=<PROXY>
header_info=<HEADER INFO>
grant_type=<PASSWORD OR TOKEN>
url=<URL>
oauth_url=<URL>

If no proxy has to be used, the environment variable can be set to None.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages