HenryBalassiano / reddit-search-tool

reddit search tool using the pushift.io API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does this site/app do?

  • Displays analytics on a Reddit user by aggregating data from the Pushshift and Miser API

  • No limit on the size of Pushshift's requests. Currently, Pushshift's size parameter has a max value of 100, this site gets around that by continuously making requests and setting the next requests before value to the last requests, last items created_utc
  • Option to search for both comments and submissions simultaneously. As of now, Pushshift only allows you to search for either submissions or comments, but not in the same request. This site gives you the option to search for both by requesting one of each value type and sorting the response data
  • Pushshift's data is synced up with Reddit. As of now, Pushshift does not update the data it collects, so the data you see on Pushshift may not reflect what it actually is on Reddit. This site gets around that by requesting the ID's from Pushshift on Reddit's API
  • Option to search through multiple API's. This site has integrated an option to search through the Pushshift, Miser, and the Reddit API's
  • The UI has full markdown support
  • Disclaimer

    This is a work in progress and 100% has bugs of some kind in it, bug fixes/new features are continuously being added

    Contact

    If you have any questions regarding this project or have any other inquiries, please feel free to contact me at henrybalassiano@gmail.com or submit a pull request

About

reddit search tool using the pushift.io API


Languages

Language:JavaScript 69.4%Language:CSS 26.1%Language:HTML 4.5%