usaidwat 2.0.0

Answers the age-old question, "Where does a Redditor comment the most?"
Documentation

usaidwat

Are you a Redditor? Do you want to view the subreddits in which a particular user commonly posts? If you answered "yes" to all three of these questions, then usaidwat is the crate for you!

Installation

usaidwat can be installed via Cargo:

$ cargo install usaidwat

Usage

A usaidwat binary is installed with the crate. usaidwat will analyze a user's last 100 comments and provide statistics.

To list a Redditor's comments, use the log subcommand:

$ usaidwat log mipadi

To list a count of subreddits in which a user has posted, use the tally subcommand:

$ usaidwat tally mipadi

You will see output like the following:

apple              6
AskReddit         61
battlefield3       2
books              2
django             1
Games              1
nyc                1
personalfinance    1
photography        1
programming       20
redditcasual       1
wikipedia          1
worldnews          2

Which indicates that mipadi has commented in /r/AskReddit 61 times (out of their last 100 comments).

To see the comments for a specific subreddit, tack on that subreddit:

$ usaidwat log mipadi AskReddit

All the comments for the given subreddit will be printed.

And with the power of artificial "intelligence", you can get a quick summary of a user's last 100 comments, along with a tone and sentiment analysis, to let you quickly ascertain if the Redditor is a jerk!

$ usaidwat summary mipadi

There are many more commands available; run usaidwat -h to see a complete listing.

Testing

Test suites can be run with Cargo:

$ cargo test