Skip to main content

CLI for RedFlagDeals.com

Project description

RFD

Hot deals on the command line.

Build Status PyPI version Dependabot Language grade: Python

screenshot

Install

pip install rfd

Usage

Usage: rfd [OPTIONS] COMMAND [ARGS]...

  CLI for https://forums.redflagdeals.com

Options:
  -v, --version
  --help         Show this message and exit.

Commands:
  posts    Display all posts in a thread.
  search   Search deals based on a regular expression.
  threads  Displays threads in the forum. Defaults to hot deals.

Examples

View Hot Deals

$ rfd threads

View and Sort Hot Deals

$ rfd threads --sort-by score
$ rfd threads --sort-by views --limit 40

Simple Search

$ rfd search 'pizza'

RegEx Search

Regular expressions can be used for search.

$ rfd search '(coffee|starbucks)' --pages 10 --sort-by views

Shell Completion

Completion can be enabled if using bash or zsh.

bash

$ echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile

zsh

$ echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rfd-0.5.0.tar.gz (11.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page