Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
7 views
2 pages
Pin Loader
Uploaded by
HICHAM LABRAHMI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download
Save
Save Pin Loader For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
7 views
2 pages
Pin Loader
Uploaded by
HICHAM LABRAHMI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Pin Loader For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Pin Loader For Later
You are on page 1
/ 2
Search
Fullscreen
def upload_pins(self, pin: int) -> None:
"""Upload pins one by one on Pinterest."""
try:
print(f'Uploading pins n°{pin + 1}/{data.lenght}.', end=' ')
self.driver.get(self.upload_url) # Go to upload pins URL.
self.driver.implicitly_wait(5) # Page is fully loaded?
self.clickable('//button[' # Click on button to change pinboard.
'@data-test-id="board-dropdown-select-button"]')
t.sleep(5)
try:
self.clickable( # Select pinboard.
f'//div[text()="{data.pinboard}"]/../../..')
t.sleep(5)
except Exception:
raise Exception('Pinboard name is invalid.')
# Upload IMG
self.driver.find_element(
by=By.XPATH, value="//input[contains(@id, 'media-upload-
input')]").send_keys(data.file_path)
t.sleep(5)
self.clickable( # Click on "update" for img
'//div[@data-test-id="save-edit-button"]/button')
t.sleep(5)
self.send_keys( # Input a title.
'//textarea[contains(@id, "pin-draft-title")]', data.title)
t.sleep(5)
self.send_keys( # Input a description.
'//*[@role="combobox"]/div/div/div', data.description)
t.sleep(5)
self.clickable( # Click on "Add alt text" button.
'//div[@data-test-id="pin-draft-alt-text-button"]/button')
t.sleep(5)
self.send_keys('//textarea[contains(' # Input an alt text.
'@id, "pin-draft-alttext")]', data.alt_text)
t.sleep(5)
self.send_keys( # Input a link.
'//textarea[contains(@id, "pin-draft-link")]', data.link)
t.sleep(5)
if len(data.date) > 0:
date, time = data.date.split(' ')
# Select "Publish later" radio button.
self.clickable('//label[contains(@for, "pin-draft-'
'schedule-publish-later")]')
# Input date.
self.clickable('//input[contains(@id, "pin-draft-'
'schedule-date-field")]/../../../..')
# Get month name.
month_name = dt.strptime(date, "%d/%m/%Y").strftime("%B")
# Remove useless "0" in day number.
day = data.date[:2][1] if \
data.date[:2][0] == '0' else data.date[:2]
self.clickable('//div[contains(@aria-label, '
f'"{month_name} {day}")]')
# Input time.
self.clickable('//input[contains(@id, "pin-draft-'
'schedule-time-field")]/../../../..')
# AM can be set to PM
self.clickable(f'//div[contains(text(), "{time} AM")]')
self.clickable( # Click on upload button.
'//button[@data-test-id="board-dropdown-save-button"]')
# If a dialog div appears, pin is uploaded.
self.visible('//div[@role="dialog"]')
print(f'{green}Uploaded.{reset}')
except Exception as error:
print(f'{red}Failed. {error}{reset}')
You might also like
Claude AI Browser
PDF
No ratings yet
Claude AI Browser
11 pages
Cheatsheet of Forms - Form For Django
PDF
100% (7)
Cheatsheet of Forms - Form For Django
2 pages
Hack Tiktok
PDF
100% (3)
Hack Tiktok
2 pages
Django Cookies Session Notes
PDF
No ratings yet
Django Cookies Session Notes
12 pages
Circular No 87-2016-Fin Dated 18-11-2016
PDF
67% (3)
Circular No 87-2016-Fin Dated 18-11-2016
4 pages
05 - Form, Authentication, Session, and Cookie
PDF
No ratings yet
05 - Form, Authentication, Session, and Cookie
76 pages
Message 12 3
PDF
No ratings yet
Message 12 3
10 pages
Klok
PDF
No ratings yet
Klok
5 pages
Bootstrap v3 4 1 New 1
PDF
No ratings yet
Bootstrap v3 4 1 New 1
46 pages
Controlling The Web With Python - Towards Data Science
PDF
No ratings yet
Controlling The Web With Python - Towards Data Science
14 pages
Form - HTML Start
PDF
No ratings yet
Form - HTML Start
4 pages
WD Ps
PDF
No ratings yet
WD Ps
15 pages
77 Final
PDF
No ratings yet
77 Final
24 pages
Exp 2 - CC
PDF
No ratings yet
Exp 2 - CC
11 pages
Python
PDF
No ratings yet
Python
15 pages
Cached Web
PDF
No ratings yet
Cached Web
16 pages
JJJJJJ
PDF
No ratings yet
JJJJJJ
6 pages
Cookie
PDF
No ratings yet
Cookie
4 pages
Advanced Coding Assignment 2
PDF
No ratings yet
Advanced Coding Assignment 2
8 pages
Odoo JavaScript Programming Tutorial (Part Three) - Use of Jquery - Ngasturi Notes
PDF
No ratings yet
Odoo JavaScript Programming Tutorial (Part Three) - Use of Jquery - Ngasturi Notes
8 pages
Bizmanualz Construction Management Policies and Procedures Sample
PDF
0% (1)
Bizmanualz Construction Management Policies and Procedures Sample
5 pages
Bulk File Rename Python PBL
PDF
No ratings yet
Bulk File Rename Python PBL
15 pages
New
PDF
No ratings yet
New
2 pages
Advanced High Strength Steel Processing and Applications PDF
PDF
No ratings yet
Advanced High Strength Steel Processing and Applications PDF
217 pages
File Ok
PDF
No ratings yet
File Ok
4 pages
Bot Youtube Comentar Curtir
PDF
No ratings yet
Bot Youtube Comentar Curtir
3 pages
ST Case Study
PDF
No ratings yet
ST Case Study
11 pages
Pns 343
PDF
No ratings yet
Pns 343
3 pages
Automation Testing
PDF
No ratings yet
Automation Testing
6 pages
Main
PDF
No ratings yet
Main
9 pages
Proyecto Dinámica Molecular
PDF
No ratings yet
Proyecto Dinámica Molecular
2 pages
Standard PDI-G 101 Revised 2017
PDF
No ratings yet
Standard PDI-G 101 Revised 2017
28 pages
Project Documentation
PDF
No ratings yet
Project Documentation
15 pages
Web Engineering Laboratory 3: Web2py Database Access
PDF
No ratings yet
Web Engineering Laboratory 3: Web2py Database Access
12 pages
Loginlogout
PDF
No ratings yet
Loginlogout
8 pages
Anvil - Code For Chatbot
PDF
No ratings yet
Anvil - Code For Chatbot
5 pages
Python Py
PDF
No ratings yet
Python Py
2 pages
Lab Task 4 PHP Include Require With Session Cookies SM21-22
PDF
No ratings yet
Lab Task 4 PHP Include Require With Session Cookies SM21-22
5 pages
Root v3
PDF
No ratings yet
Root v3
1 page
Proximity Sensor: HC-SR04
PDF
No ratings yet
Proximity Sensor: HC-SR04
5 pages
Odoo
PDF
No ratings yet
Odoo
11 pages
Upload Boo8
PDF
No ratings yet
Upload Boo8
2 pages
Mol Com Air Es TDS
PDF
No ratings yet
Mol Com Air Es TDS
2 pages
Pico Wifi
PDF
No ratings yet
Pico Wifi
4 pages
Solution Manual An Introducing To Reliability and Engineering
PDF
No ratings yet
Solution Manual An Introducing To Reliability and Engineering
64 pages
Experiment 4 / Task No.04
PDF
No ratings yet
Experiment 4 / Task No.04
7 pages
Crane Operator
PDF
No ratings yet
Crane Operator
5 pages
Macdes Final Coaching Elements
PDF
No ratings yet
Macdes Final Coaching Elements
20 pages
Slides EdManlove UITesting Blue Published
PDF
No ratings yet
Slides EdManlove UITesting Blue Published
38 pages
ILQ1X
PDF
No ratings yet
ILQ1X
3 pages
Capybara Cheat Sheet
PDF
No ratings yet
Capybara Cheat Sheet
2 pages
Jesusg Resume v2
PDF
No ratings yet
Jesusg Resume v2
1 page
Message
PDF
No ratings yet
Message
4 pages
Ahhs
PDF
No ratings yet
Ahhs
11 pages
Lab Manual - Exp 1 (STA)
PDF
No ratings yet
Lab Manual - Exp 1 (STA)
5 pages
Main
PDF
No ratings yet
Main
7 pages
Method Statement For Installation of Earthing System
PDF
No ratings yet
Method Statement For Installation of Earthing System
5 pages
Give A Memorandum Form Code in HTML Put Placeholders On The Form
PDF
No ratings yet
Give A Memorandum Form Code in HTML Put Placeholders On The Form
10 pages
Kjfsdagkljdsalfdgasgdg
PDF
No ratings yet
Kjfsdagkljdsalfdgasgdg
5 pages
7 Webelement Actions
PDF
No ratings yet
7 Webelement Actions
1 page
Selenium by Using Python
PDF
No ratings yet
Selenium by Using Python
5 pages
Strategic Mature Fields Rejuvenation and Management 2025 ZAHIR
PDF
No ratings yet
Strategic Mature Fields Rejuvenation and Management 2025 ZAHIR
4 pages
Python Bin Finder Bot
PDF
No ratings yet
Python Bin Finder Bot
4 pages
Fetch Visible Objects, Locators, Screenshots, and Save To SQLite
PDF
No ratings yet
Fetch Visible Objects, Locators, Screenshots, and Save To SQLite
2 pages
Cracker Py
PDF
No ratings yet
Cracker Py
2 pages
Selenium Quick Reference All Commands
PDF
No ratings yet
Selenium Quick Reference All Commands
6 pages
Selenium
PDF
No ratings yet
Selenium
4 pages
Over Greasing
PDF
100% (1)
Over Greasing
6 pages
6 Fei Do K
PDF
No ratings yet
6 Fei Do K
4 pages
Program Dan Board IC Tester Shorter
PDF
No ratings yet
Program Dan Board IC Tester Shorter
30 pages
(SAMPOR) MEE 217 Lect 3. Orthographic Projection-2
PDF
No ratings yet
(SAMPOR) MEE 217 Lect 3. Orthographic Projection-2
19 pages
Message
PDF
No ratings yet
Message
3 pages
Ass5 10
PDF
No ratings yet
Ass5 10
2 pages
Liebherr Model Numbers - Heavy Equipment Forums
PDF
No ratings yet
Liebherr Model Numbers - Heavy Equipment Forums
6 pages
Assignment-Equivalence Class Testing Using Selenium
PDF
No ratings yet
Assignment-Equivalence Class Testing Using Selenium
5 pages
Codal Practices For RCC Design Part A General by VKMehta
PDF
0% (1)
Codal Practices For RCC Design Part A General by VKMehta
22 pages
Catalog Series 44 2300 Single Stage Backpressure Regulator Tescom en 5322280
PDF
No ratings yet
Catalog Series 44 2300 Single Stage Backpressure Regulator Tescom en 5322280
4 pages
Analysis of The Fracture of Steel Reinforcing Bars Under Low Cycle Fatigue 0974 8369 1000285
PDF
No ratings yet
Analysis of The Fracture of Steel Reinforcing Bars Under Low Cycle Fatigue 0974 8369 1000285
3 pages
Ohlins ANDMHS Owners Manual Steering Damper MX 00001227
PDF
No ratings yet
Ohlins ANDMHS Owners Manual Steering Damper MX 00001227
8 pages
Smart SCM Modem
PDF
No ratings yet
Smart SCM Modem
76 pages
l8897250 Req
PDF
No ratings yet
l8897250 Req
45 pages
Chiller Cutsheet M081 M161
PDF
No ratings yet
Chiller Cutsheet M081 M161
1 page
Data Sheet: BGY135 BGY136
PDF
No ratings yet
Data Sheet: BGY135 BGY136
10 pages
Rogelio Sandoval
PDF
No ratings yet
Rogelio Sandoval
4 pages
Yaba College of Technology: Newton (°N) Ice Melting Point Boiling Point of Water
PDF
No ratings yet
Yaba College of Technology: Newton (°N) Ice Melting Point Boiling Point of Water
2 pages
Documentation Stair Climber
PDF
No ratings yet
Documentation Stair Climber
3 pages
ELC
PDF
No ratings yet
ELC
1 page
ChemPre Task Recrystallisation
PDF
No ratings yet
ChemPre Task Recrystallisation
2 pages
Documents
Computers
Internet & Web