Pinterest Keyword Generator 2024

sams3ppiol

Power Member
Joined
Aug 22, 2023
Messages
501
Reaction score
206
I want to share with you the script from python that i made for everyone who is intrested i can share the script here online if i can or PM me.

  1. Install Required Packages: Ensure that Python is installed on your other PC. Then, open a terminal or command prompt and navigate to the directory where you saved the script. Run the following command to install the required packages:
    pip install selenium beautifulsoup4 rake-nltk pandas
  2. Download ChromeDriver: If you haven't already, download the ChromeDriver executable suitable for your other PC's operating system from the official website. Make sure to place it in a location where your script can access it. In your script, you may need to update the service = Service('C:/WebDriver/chromedriver.exe') line to point to the correct location.
  3. Run the Script: Open a terminal or command prompt, navigate to the directory where you saved the script, and run the script using the following command:
    python pinterest_keyword_extractor.py
 
Back
Top