Skip to content

gabehenriques/cli-reddit-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI for interacting with the Reddit JSON API

Language: Python 3.7.8

Tools:

Installing and running with Docker

Download project files

git clone git@github.com:henriquesgabriel/reddit-api-cli.git

Switch to the repo folder

cd reddit-api-cli

Build and install project dependencies

docker-compose up --build

Run program

docker-compose run cli python main.py

You can modify the subreddit and/or listing size optionally

docker-compose run cli python main.py --subreddit='popular' --limit=15

Testing

docker-compose run cli python -m unittest

About

CLI to interact with the Reddit API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published