Python bot - Copy/paste into website builder.

Jeff Vh

Power Member
Joined
Jun 19, 2019
Messages
557
Reaction score
786
Goodmorning everyone,

I was wondering, is it possible to create a python bot that systematically copies text and pastes it into a website builder + that can automatically type an address into Google Maps and then embed it within the website builder (Carrd)?

For example, I've built a template for a certain niche of local businesses, manually changing text, pictures, google maps location etc. Is pretty time-consuming.
Would a bot be able to do this? Including removing iframe-code from the existing template and importing the right iframe-code for the new local business?
 
I'm not familiar with carrd but usually with python you can automate anything that can be done via web browser.
Oh very nice to know! Thank you. :)
 
You can use selenium to automate your work with web browsers. There are lots of tutorials online free of charge.
 
Back
Top