All Projects → nobodyme → reddit-fetch

nobodyme / reddit-fetch

Licence: other
A program to fetch some comments/pictures from reddit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to reddit-fetch

reddit get top images
Get top images from any subreddit
Stars: ✭ 37 (-26%)
Mutual labels:  pictures, reddit, images
subreddit-css
used for /r/web_design and /r/graphic_design
Stars: ✭ 44 (-12%)
Mutual labels:  reddit, subreddit
reddit-comment-bot
Reddit bot that auto replies to comments on set subreddits
Stars: ✭ 59 (+18%)
Mutual labels:  reddit, subreddit
Urs
Universal Reddit Scraper - A comprehensive Reddit scraping command-line tool written in Python.
Stars: ✭ 275 (+450%)
Mutual labels:  reddit, comments
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+3194%)
Mutual labels:  pictures, images
hide-comments-everywhere
A browser extension for hiding major commenting systems like Disqus, Livefyre, Facebook plugin, WordPress, YouTube, etc.
Stars: ✭ 27 (-46%)
Mutual labels:  reddit, comments
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (+60%)
Mutual labels:  reddit, images
crypto-subreddits-cli
👽 Track Cryptocurrency Subreddits On The Command Line 👽
Stars: ✭ 24 (-52%)
Mutual labels:  reddit, subreddit
Duplicate-Image-Finder
difPy - Python package for finding duplicate or similar images within folders
Stars: ✭ 187 (+274%)
Mutual labels:  pictures, images
Waifu2x-Image-Saver
A Firefox extension to download any image and process them with Waifu2x with one click.
Stars: ✭ 13 (-74%)
Mutual labels:  pictures, images
subreddit-comments-dl
Download subreddit comments
Stars: ✭ 57 (+14%)
Mutual labels:  reddit, subreddit
redux-fetch-middleware
The simplest middleware using fetch api for redux to send request
Stars: ✭ 36 (-28%)
Mutual labels:  fetch
gtni
Install your all npm dependencies recursively with gtni while you are doing git clone, fetch or pull
Stars: ✭ 17 (-66%)
Mutual labels:  fetch
git-cheatsheet
One stop guide to help solve all your doubts related to Git & GitHub.
Stars: ✭ 31 (-38%)
Mutual labels:  fetch
sapper-httpclient
An isomorphic http client for Sapper
Stars: ✭ 48 (-4%)
Mutual labels:  fetch
py-rfc2397
A Python RFC2397 ("data url") implementation
Stars: ✭ 16 (-68%)
Mutual labels:  images
alternative-frontends
🔐🌐 Privacy-respecting web frontends for popular services
Stars: ✭ 821 (+1542%)
Mutual labels:  reddit
bdfr-html
Converts the output of the bulk downloader for reddit to a set of HTML pages.
Stars: ✭ 23 (-54%)
Mutual labels:  reddit
Mai
A multi-functional Discord Bot
Stars: ✭ 113 (+126%)
Mutual labels:  subreddit
hes-gallery
Light, dependency free, responsive gallery script
Stars: ✭ 27 (-46%)
Mutual labels:  images

reddit-fetch

fetch-comments

A simple program to fetch the top level comments of a reddit post

Useful when you have threads like,

  • What are some of best resources that helped you with python?
  • What's your favorite album?

This then gives the list of just the names of everything that you can save.

Run

  • Clone the repository: git clone https://github.com/nobodyme/reddit-fetch.git or download
  • cd into the directory: cd reddit-fetch
  • pip3 install -r requirements.txt
  • Run the script with: python3 fetch_comments.py -l *your-post-link* -loc *directory path(optional, defaults to current one)*
    eg: python3 fetch_comments.py -l https://www.reddit.com/r/AskReddit/comments/75goki/whats_a_movie_to_watch_when_you_want_a_good_cry/
  • Check for help with python3 fetch_comments.py -h

grab-pictures

A python program to fetch the pictures of a given subreddit, wrote it when I was looking for some wallpapers to download. It grabs the pictures and puts them in a folder under the name of the supplied subreddit. You can find the article which explains the process to beginners.

Run

  • Clone the repository: git clone https://github.com/nobodyme/reddit-fetch.git or download
  • cd into the directory: cd reddit-fetch
  • pip3 install -r requirements.txt
  • Run the script with: python3 grab_pictures.py -s *name-of-the-subreddits* -n *number-of-photos(optional, defaults to 10)* -t *top posts of [day, week, month, year, all](optional)* -loc *directory-path(optional, defauts to current one)*
    eg: python3 grab_pictures.py -s itookapicture CozyPlaces -n 100 -t all
  • Check for help with python3 grab_pictures.py -h
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].