Allows you to read Reddit through the console and get Listings from Reddit
python main.py [SUBREDDIT] [CLIENT_ID] [CLIENT_SECRET] [sort_method (OPTIONAL)]
SUBREDDIT
- Target subreddit, sans the 'r/' prefixCLIENT_ID
- The ID from a dummy app that you have to create yourself here. Used for authorization.CLIENT_SECRET
- The secret from a dummy app that you have to create yourself. Used for authorization.sort_method
- An optional string detailing the sort method. Choose fromtop
,best
,hot
,rising
,controversial
, andnew
.
- image-to-ansi.py by Kevin Lange and Micah Eliott
- Bias Ratings (
bias-analyzer/AllSidesBiasRatings.json
) from AllSides.com
All code in this repository is licensed under GPLv3 EXCEPT FOR the AllSides.com Bias Ratings file (bias-analyzer/AllSidesBiasRatings.json
), which is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. A copy of the license notice is also included in the file.