Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saravana-kr22/test_case_scrapper
https://github.com/saravana-kr22/test_case_scrapper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saravana-kr22/test_case_scrapper
- Owner: Saravana-kr22
- Created: 2023-05-10T13:09:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T11:38:02.000Z (about 1 year ago)
- Last Synced: 2024-10-14T15:34:33.982Z (3 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test_case_scrapper
This project is a Test case scraper that extracts tables (testcase) from an HTML file and writes it to an Excel file. The project is written in Python and uses the BeautifulSoup and Pandas libraries.**Usage:**
To use the scraper, you must have Python 3 and the following libraries installed:
1. BeautifulSoup4
2. Pandas
3. openpyxlBefore ruuning the scraper, Provide the file path of the html file
To run the scraper, simply execute the scraper.py file in your terminal:
`python scraper.py`
The scraper will extract the testcase from the html-table and save it to an Excel file .
**Customization :**
The scraper is designed to work with Matter-specific HTML tables that have a specific structure. If the table has a different structure, you may need to modify the scraper code to extract the data correctly.
The scraper also includes some options for customizing the output. For example, you can change the column and row in the Excel file by modifying in the scraper.py file.
**Credits**
This project was created by Saravana perumal K. The web scraper was built using the BeautifulSoup and Pandas libraries, which are maintained by the following developers:
- BeautifulSoup: Leonard Richardson
- Pandas: Wes McKinney