Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 999 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 999 Bytes

Reddit-Logo

Reddit Bot

  • 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.

Display Reddit.py

  • This python file displays the database informatio from the scraped reddit file in a friendly user-experience

Fetch Reddit.py

  • This Python3 file uses built-in tools such as requests and BS4 to extract useful information from the subreddit to store in database

Reddit Database

  • Using SQLite, we can store useful information such as subreddit name, author, post title, and post date.

MVC Control FLow

image