Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Wrapper Web Application (ThreadsInsight)

This webapp will fetch the 10 latest threads of a subbreddit r/learnpython and will display it on the webpage. I have used Python-Flask as backend which will fetch the data using Reddit API and create a json file. Further I have used javascript that will convert the json into html visuals. I have used praw(Python Reddit API Wrapper) library to fetch the data from Reddit

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/your-username/ThreadsInsight.git
    
  2. Navigate to the project directory

  3. Create a virtual environment (optional but recommended)

  4. Activate virtual environment

  5. Install the dependencies:

    pip install -r requirements.txt
    
  6. Run the application:

    python app.py
    
  7. Access the application by ctrl + click on the URL or copy it in your web browser

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages