Its no secret- Google Forms is one of the most popular sites for making surveys, sign-up lists, contact forms and the like. The forms can be custom designed and data is stored and formatted quite nicely. But what you may not know – is that with a little bit of Selenium and nonsense data- your… Continue reading Python Musings #4: Why you shouldn’t use Google Forms for getting Data- Simulating Spam Attacks with Selenium
Tag: selenium
Python Musings #3: Geocoding data with Selenium and Google Maps
How to create a robust solution for getting properly formatted addresses and geo-codes from Google maps using selenium and some Regular expressions in Python.
RvsPython #3: Setting up Selenium (Limitations with the RSelenium package; getting past them)
Selenium is a powerful library available for both Python and R (the R version is called RSelenium) which can automate tasks such as form filling, job applications, CRM system administration and many other tasks. That being said Selenium can be used as well to do a lot of harm such as filling up forms with… Continue reading RvsPython #3: Setting up Selenium (Limitations with the RSelenium package; getting past them)