TraySimpson / RedditVideoGenerator

334 stars 135 forks source link

Refactor Reddit video script to improve configuration and error handling # Update reddit.py #10

Closed mishalhossin closed 1 year ago

mishalhossin commented 1 year ago

Refactored code to improve readability and maintainability. Moved subreddit and client_id variables to the top of the file for easy configuration. Added type hints to function parameters and return types. Updated print statements for consistency and clarity. Added comments for better code documentation.