Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.69 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.69 KB

Reddit Topics Aggregator

badge_documentation badge_pipeline badge_coverage badge_maintainability

Installation

pip install git+https://github.com/lieutdan13/reddit-topics-aggregator

Usage

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