Fuse-Con

Fuse is a content aggregation CLI tool written in Python


Keywords
Fuse, aggregation, aggregator, cli, hacktoberfest, python
License
MIT
Install
pip install Fuse-Con==1.0.1

Documentation

Fuse

Fuse is a content aggregation CLI tool written in Python.

Supported sources:

  • Reddit
  • Medium
  • HackerNews
  • AWS Blog

Basic Usage

python ./src/main.py --reddit --sub programming --hot --limit 3

  • Note: To use reddit as a source you need to generate a key for Reddit's API, follow this guide on reddit's github and then set REDDIT_CLIENT_ID and REDDIT_CLIENT_SECRET as environment variables or pass these keys through the CLI with the arguments reddit_id and reddit_secret.

Capture

python ./src/main.py --medium --tag programming

Capture

Note: limit is 10 by default.