Skip to content

πŸ“œ This is a simple repository that uses the official API πŸ” "RPA WebService" to extract data into an Excel file using Python Programming Language πŸ’»!

License

kawsarlog/RPA-NCcourts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RPA-NCcourts

πŸπŸ“œ This repository contains a Python script that utilizes the official APIπŸ” of RPA WebService to extract data and save it into an Excel file. The script uses various Python modules for automation and data manipulationπŸ’»

RPA WebService Data Extractor

Python Selenium Webdriver Manager Openpyxl Requests Beautiful Soup

This repository contains a Python script that utilizes the official API of RPA WebService to extract data and save it into a CSV file. The script uses various Python modules for automation and data manipulation.

Prerequisites

Before you can use this script, ensure you have the following dependencies installed:

  • Python 3.9 or higher: Make sure you have Python 3 installed on your system.
  • Required Python Modules:
    • selenium==4.13.0
    • webdriver-manager==4.0.0
    • openpyxl==3.1.2
    • requests==2.31.0
    • beautifulsoup4

Update the following lines with your RPA WebService credentials:

email = 'your_email@example.com'
password = 'your_password'
client_id = 'client_id'

Inspect category_code.txt which contains all the necessary category codes for case_type and partyExtendedConnectionTypes.

About

πŸ“œ This is a simple repository that uses the official API πŸ” "RPA WebService" to extract data into an Excel file using Python Programming Language πŸ’»!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published