https://github.com/bayank/rpa_pricechecker
RobotFramework RPA web scraper automation in the cloud
https://github.com/bayank/rpa_pricechecker
cloud python3 robotframework rpa
Last synced: 3 months ago
JSON representation
RobotFramework RPA web scraper automation in the cloud
- Host: GitHub
- URL: https://github.com/bayank/rpa_pricechecker
- Owner: bayank
- License: apache-2.0
- Created: 2023-12-14T21:30:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:48:53.000Z (about 1 year ago)
- Last Synced: 2025-07-10T18:23:11.485Z (4 months ago)
- Topics: cloud, python3, robotframework, rpa
- Language: RobotFramework
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot Framework Automation in the Cloud
This is my attempt at automating Robot Framework RPA test cases on a cloud runner.
This stack uses Selenium Webdriver to control Firefox in headless mode, RobotFramework, Python, and cloud API's provided by Robocorp.
The purpose of this test suite in particular is to scrape webpages for data and send an email notification when a crieteria is met.
In this case, the robot is checking the price of a specific variant of the product, and will send an email notification when the price drops below the regular price.
With this implementation, the robot will execute once a day without any need to self-host the test runner locally.
The bulk of the effort is contained in the tasks.robot file. The rest of the files pertain to the environment configuration where it will be deployed as a docker image.
## Learning materials
- [Robocorp Developer Training Courses](https://robocorp.com/docs/courses)
- [Documentation links on Robot Framework](https://robocorp.com/docs/languages-and-frameworks/robot-framework)
- [Example bots in Robocorp Portal](https://robocorp.com/portal)