GithubHelp home page GithubHelp logo

kaledgar / redditimagedownloader Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 59 KB

Python module to help you automate & batch download media from your favourite Reddit creators ๐ŸŽจ๐Ÿ“ธ

License: MIT License

Python 98.27% Dockerfile 1.73%
reddit reddit-downloader automated-downloader downloader image-downloader image-downloader-python praw python3 reddit-api scraper

redditimagedownloader's Introduction

Hi ๐Ÿ‘‹, I'm Kacper

Data Engineer / Cloud / DevOps

I like to automate boring stuff, extract meaningful information out of boring data and calculate boring things to find out interesting facts.

  • ๐Ÿ”ญ Iโ€™m currently working on a Stratosphere - Light & Automated IAC template for cloud-native Minecraft Server - Deploy your Realm and play with your friends in just 3 minutes โ›

  • ๐ŸŒฑ Iโ€™m currently learning Jenkins

Technologies / Languages / Tools:

python aws aws bash docker git linux oracle terraform pandas seaborn sqlalchemy python

redditimagedownloader's People

Contributors

edwardeisenhauer avatar kaledgar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

redditimagedownloader's Issues

Add access to many images from one submission

https://www.reddit.com/r/redditdev/comments/jcc80s/how_to_get_gallery_media_in_correct_order/

https://www.reddit.com/r/redditdev/comments/jo4u27/praw_how_do_i_check_if_there_are_multiple_images/

Here's a solution probably:

https://www.reddit.com/r/redditdev/comments/paia21/how_to_get_image_url_using_praw_instead_of_the/

gallery_url  = 'https://www.reddit.com/r/announcements/comments/hrrh23/now_you_can_make_posts_with_multiple_images/'
submission = reddit.submission(url = gallery_url)
image_dict = submission.media_metadata
for image_item in image_dict.values():
    largest_image = image_item['s']
    image_url = largest_image['u']
    print(image_url)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.