Web Scraping: More Selenium & Ways To Interact With Websites (Python)

wordpress_logon function

Yesterday I introduced Selenium to my web scraping fun, see here: https://geektechstuff.com/2019/05/07/web-scraping-introducing-selenium-python/ if you missed it. Today I am going to use Selenium to interact with a website by: Opening a webpage Logging in Retrieving information from the page As much as I’ve enjoyed using Wikipedia in my previous examples (and if you too are … Continue reading Web Scraping: More Selenium & Ways To Interact With Websites (Python)

Installing / Using Flask or Raspberry Pi IoT Project: Temperature Part 4 (Raspberry Pi / Python)

Flask running and updating data

Now that the temperature sensor is taking readings and tweeting them I want to look at exporting the results another way, and what better way than a web page. I have created guides on using a Raspberry Pi as various different types of web server; see: Node.JS Apache / WordPress Django So today I am … Continue reading Installing / Using Flask or Raspberry Pi IoT Project: Temperature Part 4 (Raspberry Pi / Python)