RPA with help of Open AI ChatGPT
In this series, we will write snippets of Python code used in Automation tasks and later, will put it all altogether to deliver an RPA project.
I am Amit Shukla, and I have been working on automating RPA tasks for over a decade now. Since the recent launch of ChatGPT, I am exploring ways to use its coding skills to automate small daily routines.
In this RPA series, we will use ChatGPT’s code writing skills to build a trading bot from scratch. I do not view ChatGPT as a threat to my job, at least not yet. Instead, I believe it can assist me in writing smarter solutions to solve more significant problems.
This tutorial series does not focus on using ChatGPT for everything, nor does it address the pros and cons of AI writing codes. Instead, we concentrate on RPA tasks and utilize ChatGPT’s help where appropriate.
The notebooks included in this repository are beginner-friendly code snippets for automating small tasks and every line of source code is included here in this GitHub repository.
working with os and files
Splitting big file and combining it back
Splitting CSV file by rows and combining it back
web scrapping
Scrape emails, phone number, URL from given text
Download all files from a web page
Scrape and download CSV PDF image files from web page
miscellaneous
Boxing match timer for 10 rounds 3 mins each with 2 min break
conversions
Compress and Decompress CSV file
Compress and Decompress Image file
CRON jobs
Creating a CRON job in windows
In this series, we wrote snippets of Python code used in Automation tasks and later, will put it all altogether to deliver an RPA project.
Here is a list of RPA projects (currently WIP) and will be published as blogs.
- Python — Introductions to Polars DataFrame
- Monitoring live web content
- WIP — RPA to build Open Reconciliation system
- WIP — RPA to build a Trading BOT
- WIP — RPA to build Auto Replenishment Inventory Order system
- WIP — Document scanner — Match Exception Digital Invoice generator
- WIP — Python network scanner
- WIP — Stock prices Exploratory data analysis
- WIP — Python Time Series Forecasting
please follow me at Medium, GitHub, Twitter and subscribe to my YT Channel for more updates.