Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 639 Bytes

Taggr

This Python script allows you to extract product tags from the Redbubble website. It uses the requests library to fetch search results and the BeautifulSoup library to parse the HTML content.

Installation

1.Make sure you have Python installed on your system. 2.Install the required libraries using pip:

pip install requests beautifulsoup4

Usage

1.Run the script and enter a keyword when prompted.

2.The script will search Redbubble for products related to the keyword.

It will then extract the tags from the top product page and display them.

Note: The script limits the number of tags to 17 per product.