AUTOMATION


2024-04-28

Optimise Meta Ads Campaign With Graph, Easy2Digital API

You can learn using Facebook business modules, Graph, Easy2Digital API to create and update customised ads campaigns

2024-04-28

Price Tracker - Google Shopping, Walmart Using Easy2Digital APIs

Build price trackers for three popular retail marketplaces or channels using python, which are Google Shopping, Walmart, HomeDepot.

2024-04-28

Twitter Post Automation Using Twitter and Easy2Digital APIs

Walk you through how to code the Twitter post automation script that connects with the Google Sheets and add schedule modules.

2024-04-28

Build a Twitter Email Scraper Using Twitter and Easy2Digital APIs

Walk through how to build a Twitter email scraper to grab the user emails using tweepy, twitter API and regular expressions

2024-04-28

JSON and XML Converters to Convert CSV, SQL into JSON, XML

Learn how to create a script that can convert CSV, SQL, or Google Sheets data into JSON or XML. The modules to be used are the JSON and CSV

2024-04-28

Data Converter: Google Sheets to SQL, SQL to Google Sheets

You can build a data converter converting CSV or Google Sheet data into SQL. Also it also instructs you how to turn SQL data back to them.

2024-04-27

Utilise Google Cloud Platform to Automate Web Application

Automate Python applications with the Google cloud platform. Compared to local device cron jobs, Cloud platforms make 24/7 possible.

2024-04-27

Flask Limiter - Customise Rate Limits on API, Application Usage

Introduce Flask Limiter and relevant features and parameters. Learn it and start equipping your application with the Flask limiter

2024-04-27

Build a Trending News Bot with Twitter and Easy2Digital APIs

Build a trending news bot using Twitter, Easy2Digital APIs. You can learn the logic, framework, and mindset of building this bot using Python

2024-04-27

Flask JWT: Utilize to Tokenize User Identity, Authenticate API Users

Leverage Flask JWT to tokenize your member's or user's identity and use it to authenticate. It's for data interexchange and UX

2024-04-27

12 Useful Python Functions, Modules for Financial, Marketing Bots

Share 12 useful Python functions, methods and modules that are popular to build a Financial analysis bot or a marketing bot. Learn more!

2024-04-27

Stripe API Integration to Proceed Online Payment from Web Apps

Here talks about how to utilize Stripe API, which is one of the most well-known payment processors - Stripe, to integrate with Web Apps.

2024-04-26

Flask Login & SQLAlchemy - User Login, Authentication System

Building an application with the user login and authentication system is a basic function in the current web 3.0 era. Learn using Flask login

2024-04-26

Stock Symbol Data Scraper for Financial Ratio Analysis

This article can help you build a stock symbol data scraper for analyzing financial ratios in bulk using Python and Easy2Digital API.

2024-04-26

Flask Search Bar Plus Dynamic Data Table Return Using Pandas

Go through how to set up a fundamental flask search bar and return data table using panda's data frame and python