This project is used to query API's like Reddit and process the data.
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
.