- Using BeautifulSoup4, we can scrape reddit to get valuable information from separate subreddit.
- Utilized MVC Framework to provide a clear distinction between UI logic, input logic, and business logic.
- Python design patterns allows us to leverage URL-mapping component to fetch data and retrive it for the user.
- This python file displays the database informatio from the scraped reddit file in a friendly user-experience
- This Python3 file uses built-in tools such as requests and BS4 to extract useful information from the subreddit to store in database
- Using SQLite, we can store useful information such as subreddit name, author, post title, and post date.