Skip to content

Using MVC Framework and no API's, the reddit bot scrapes popular tags and users for relevant information at the request of the user, respectivley.

Notifications You must be signed in to change notification settings

NijazK/Reddit_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using MVC Framework and no API's, the reddit bot scrapes popular tags and users for relevant information at the request of the user, respectivley.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages