/redditt

Primary LanguagePython

redditt

A command line python Reddit application for Linux.

Getting Started

Setup redditt to use the Reddit API

  • Requires Reddit account
  • Requires OAuth for authentication
  • Edit praw.ini and fill in the client_id, client_secret, username, and password details generated from OAuth instructions
  • Run redditt

Prerequisites

  • python 3.7

Installing

Pip install:

pip install praw
pip install urwid

Built With

  • Praw - The Python Reddit API Wrapper
  • urwid - Console user interface library for Python