Skip to content

benyamins/reddit-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testing out Rust with the Reddit API

Example

rr list saved --last 2 --filter soccer

# |----|-----------|--------|--------------------|
# | id | subreddit | title  | url                |
# |----|-----------|--------|--------------------|
# | 1  | Soccer    | Goal!  | https:\\reddit.... |
# |----|-----------|--------|--------------------|
# | 2  | News      | BadNws | https:\\reddit.... |
# |----|-----------|--------|--------------------|

rr list subreddits [saved,hidden]

Help

rr add <user_name> --sync [saved, hidden]  # add a user (with requiered stuff)
rr remove <user_name>  # remove the contents
rr use <user_name>
rr sync [saved, hidden]
rr list saved [--top <number>, --filter <subreddit>]
rr list hidden [--top <number>, --filter <subreddit>]
rr stats [saved, hidden]  # stats about subrettids

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages