pip install git+https://github.com/lieutdan13/reddit-topics-aggregator
Call the reddit-topics-aggregator
command line interface like this:
$ reddit-topics-aggregator
Usage: reddit-topics-aggregator [OPTIONS] COMMAND [ARGS]...
Reddit Topics Aggregator is a tool used to aggregate hot, new, top, and
rising topics from multiple subreddits.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
connect Retrieve info about the authenticated Reddit user.
topics Retrieve Subreddit topic submissions
Provide the --help
option to see supported options and arguments.
This project was created using the Project Template for Python