Custom Scripts

I write a lot of scripts for various functions and analyses, most of which can’t be shared without revealing sensitive info about the customer database. However, here are three examples of cross-platform API/python scripts. The first two connect Amazon and Reddit functions to a WooCommerce e-commerce platform and the third was used to extract email campaign data from the MailChimp API.

Amazon Integration

A client sells products on Amazon that include digital resources. This script fetches the Amazon order numbers and converts them to coupon codes that can be used by customers to redeem the online content.

Click icon for Git

MailChimp Extraction

Here’s a straightforward script that is used to extract data from the MailChimp API to identify day-of-week and time-of-day email opening times.

Click icon for Git

Reddit Integration

A client manages a subreddit for their customers. This script finds customers with active subscriptions and adds special flairs to the user’s Reddit account.

Click icon for Git