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.
Web scraping using Beautiful Soup
HTTP response handling using response
Web app creation using Streamlit
-
Clone the repository:
git clone https://github.com/yourusername/mysql-chatbot.git cd instagram-caption-extracter
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
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.