Yet Another Reddit Scrapper (without API keys) | Scrap search results, posts and images from subreddits filtered by hot, new etc and bulk download any user's data.
MIT License
21
stars
11
forks
source link
Refactored example.py for improved readability and structure #21
Overview:
This PR refactors the
example.py
file by organizing the previous script into multiple functions for enhanced readability and better structure.Changes Made:
display_subreddit_posts()
save_subreddit_data()
download_subreddit_images()
display_search_results()
display_user_data()
display_post_comments()