Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.17 KB

readme.md

File metadata and controls

41 lines (28 loc) · 1.17 KB

Instagram-Caption-Extractor using Streamlit

It is a Streamlit based application that allows users to extract the caption of the instagram reels.
No more need to save the reel for its caption and later search for it.
Now you can directly extract the caption using this web app and copy the caption to save in local device for easier accessibility.

Tech stack

Web scraping using Beautiful Soup
HTTP response handling using response
Web app creation using Streamlit

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/mysql-chatbot.git
    cd instagram-caption-extracter
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate   # On Windows, use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Once you have installed the required packages, you can run the app by running the following command in your terminal:

    streamlit run app.py

This will start the Streamlit app, and you will be able to interact with the chatbot in your web browser.