kawsarlog / RPA-NCcourts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸ’»!

License:MIT License


Languages

Language:Jupyter Notebook 75.0%Language:Python 25.0%