Robocorp Level 2
This set of robots obtain information from two governmental webpags in Spain:
- infosubvenciones https://www.infosubvenciones.es/
- ayudas para Pymes http://www.ipyme.org/es-ES/BBDD/AyudasIncentivos/Paginas/UltimasAyudas.aspx
The robots obtain the information and upload it to the airtable environment using it's API
There are several robots: - to Upload an excel with the initial data - to enrich the rows in airtable with the entire record information - to obtain all the subvenciones with all its data from infosubvenciones - to obtain the latest published records - ...
These robots use:
- RPA.Browser.Selenium
- RPA.JSON
- RPA.Excel.Files
- RPA.HTTP
- RPA.JSON
There are also a couple of resource files: common.robot and keywords.robot
It also includes two very simple python libraries to obtain the number of pages to parse in the website and to rename the last file in a folder.
Thanks ROBOCORP for all the good work around your technology and platform