Skip to content

bejker123/save_reddit_post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Badge

SRP

Save Reddit Post is a program made to easily save any reddit post, without any authentication.

Installation

First make sure you have rust installed. Then simply clone this repository:

git clone https://github.com/bejker123/save_reddit_post

Usage

Use this as any other rust cli program.

#You can build it first:
cargo build
#Then run it:
target/debug/srp #arguments go here
#Or run it directly
cargo run -- #pass arguments after "--"
#for help use -h/--help argument

Note

Please note that this repo is in its early stages. It will go through many changes in the future!

Roadmap/Goals

  • Add url validation
  • Add getting all comments on a post
  • Add formatting, ex. HTML, JSON
  • Add safe wrappers for static mut members
  • Add more command line options
    • max comments count
    • sorting
    • filtering
    • cli verbosity options
    • an option to request 'more' elements or not
    • an option for no color output
    • an option for printing timestamps
    • Change first arg to url?
  • Perform more tests
  • Media saving (images, videos)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published