https://github.com/sanhacks/rpa
Implementation Of Robot Framework in Python: News Scrapping.
https://github.com/sanhacks/rpa
robotframework
Last synced: about 2 months ago
JSON representation
Implementation Of Robot Framework in Python: News Scrapping.
- Host: GitHub
- URL: https://github.com/sanhacks/rpa
- Owner: SanHacks
- License: apache-2.0
- Created: 2023-02-27T16:20:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T20:53:39.000Z (over 3 years ago)
- Last Synced: 2025-04-04T06:41:29.623Z (about 1 year ago)
- Topics: robotframework
- Language: Python
- Homepage:
- Size: 4.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.csv
- License: LICENSE
Awesome Lists containing this project
README
# Robot FrameWork Implementation
## Python Only
As part of my Robot Framework Implementations You May Please Check Out:
### My other Robot Scripting:https://github.com/SanHacks/RPA-Impelmentation
(Salespersons Stats Submission,To Get started from a simple task template in `tasks.robot`)
### My other Python Robot Framework Impementation: https://github.com/SanHacks/Robot-Framework-Implementation
( Get orders from Excel file and Auto fill all orders) `tasks.py`
## This Script Acheives The Following
✅ Open the site by following the link (Ideally we head straight to //www.nytimes.com/search)
✅ Enter a phrase in the search field
✅ On the result page, apply the following filters:
✅ select a news category or section
✅ choose the latest news
✅ Get the values: title, date, and description.
✅ Store in an excel file:
✅ title
✅ date
✅ description (if available)
✅ picture filename
✅ count of search phrases in the title and description
✅ True or False, depending on whether the title or description contains any amount of money
✅ Download the news picture and specify the file name in the excel file