Page 7 of 12

Responding to a Chargify webhook with a python-flask API

It’s cool to be able to interact with publicly available API’s so you can grab weather reports, live travel updates or access your twitter feed. But even better, it’s actually pretty straightforward to create your own API using python and… Continue Reading →

Batch rename of filenames in Python

Well it’s Christmas Eve, and I had some free time so I wanted to try out a mini programming project that would be useful. It’s been annoying me (very OCD…) for ages that my MagPi (Raspberry Pi magazine) downloads are… Continue Reading →

Mac OSX El Capitan on Win 10 Virtualbox host

I was recently asked by a client to port a simple web-based javascript program to an iOS app. I was pretty keen to try my hand at something new, however I’ve got a big idealogical problem with Apple – mostly… Continue Reading →

WordPress dashboard plugin

AndyPi hosts websites for a few clients, mostly using WordPress, since it is easy to set up for us and easy to operate for the end user. All of the functionality is provided by additional plugins, but we wanted to… Continue Reading →

Easy remote access to your Raspberry Pi from Bash on Windows 10

Many people, myself included use a raspberry pi in headless mode, that is without a display of any kind, simply plugged into the local network and accessed from another computer on the same network. This way, we can use the… Continue Reading →

Errors with sudo apt-get and pip install? Make sure your system time is correct!

Yesterday I started on a new raspberry pi project, and as usual, I burned a fresh version of the latest Raspbian Jessie to my SD card. I usually do this so that when I write up some instructions I know… Continue Reading →

What is a Webhook?

A Webhook is kind of the inverse of an web API. Whereas a web API responds to an HTTP request, a webhook makes an HTTP POST to an API endpoint in response to some event. Webhooks have started appearing as… Continue Reading →

Weather Monitoring – Part 2 – Air Quality sensing with Shinyei PPD42NS

Weather Monitoring – Part 1 – with ThingSpeak and Slack Part 2 – This post Why measure air quality? For the second part of my Raspberry Pi weather monitor, I wanted to add an air quality sensor. Air quality is… Continue Reading →

JSON Parser Online

As I’ve been messing about with coding some apps to interact with APIs I’ve found myself needing to look at the raw JSON output a fair few times, to try and understand what the format of the data is and… Continue Reading →

Accessing a Web API using JavaScript in a web page

There’s a previous AndyPi article on accessing the TfL (Transport for London) bus API using python, and displaying the result on an LCD. Although its a fun project, almost everything these days ends up having a web browser as the… Continue Reading →

« Older posts Newer posts »

© 2025 AndyPi — Powered by WordPress

Theme by Anders NorenUp ↑