victoriousj / asp.net-reddit-scraper

Console application which prompts the user for an amount(X) a subreddit(Y), and a time frame(Z). Using these parameters, this will download the images of the top 'X' posts from 'Y' subreddit from the past 'Z' time frame. This project even includes a self-contained .EXE file, if you don't want to run it through Visual Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Scraper

No developer wants to do things the slow way. Grab the highest ranking posts of all time from your favorite subreddit and save them locally, all with just a couple of keystrokes. Enjoy!


Reddit Scraper


Usage

Use Git to clone the repository. Open the solution in Visual Studio if you want to develop it.

You can also run the included .exe which contains all the assemblies needed to run this, though who would trust an .exe from a random person's Github page?

git clone https://github.com/victoriousj/asp.net-reddit-scraper.git

About

This started as a friend wanted me to grab every image they posted to /r/Breadit (a subreddit for bakers) so I started to look into the Reddit OAuth API and that led me here. I quickly put this together so there are probably some problems with how this works but I'm pretty happy with how it turned out. Feel free to edit this and make it your own.

License

MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Console application which prompts the user for an amount(X) a subreddit(Y), and a time frame(Z). Using these parameters, this will download the images of the top 'X' posts from 'Y' subreddit from the past 'Z' time frame. This project even includes a self-contained .EXE file, if you don't want to run it through Visual Studio.

License:MIT License


Languages

Language:C# 100.0%