Filter By

Package Types

Operating System

Categories

Trust Information

By: | 3,811 downloads | Last Updated: 8/13/2017 | Latest Version: 2.0.0.0

PowerShell Reddit API Wrapper. See the project site at https://github.com/markekraus/PSRAW and the documentation at https://psraw.readthedocs.io/

By: | 664 downloads | Last Updated: 12/2/2019 | Latest Version: 1.2

This script navigates through the forum threads of the specified user and reads his or her contributions: any posts, posts proposed as answer and post upvotes. The results are written to a semicolon-delimited CSV file. The following data is stored for each post: - Kind of post: "question", "reply", "proposed answer", "answer" - Number of upvotes - ... More info

By: | 292 downloads | Last Updated: 10/9/2016 | Latest Version: 1.0

This script processes the CSV file generated by Export-TechNetContributionToCSV.ps1 and counts replies, answers, proposed answers and upvotes per Forum (or Subforum) category. The output is a collection of objects (forum or subforum, #replies, #answers, #proposed answers, #upvotes, date of first and last post) that can be piped to Out-GridView, Fo... More info