This script is designed to automate the process of creating and posting images to your Pinterest account.
- Python 3.x should be installed on your computer.
- Chrome browser should be installed on your computer.
- You need to have a Pinterest account.
- Clone the repository to your local machine.
- Install the required packages by running the command
pip install -r requirements.txt
in the terminal.
- Open the file
pinterest_post_automation.py
. - Replace the placeholders for title, description, and link with your desired values.
- Place the images you want to post in a folder named
bulk_post_pinterest
in the same directory as the script. - Run the script by executing the command
python pinterest_post_automation.py
in the terminal.
Note: Make sure you have logged in to your Pinterest account in your Chrome browser before running the script. You will also need to manually select the board where you want to post your images.
This script is for educational purposes only. Use it at your own risk. The author is not responsible for any damage or legal consequences caused by the use of this script.