Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run TagUI on the phone or cloud with Google Colab #913

Closed
kensoh opened this issue Jan 17, 2021 · 3 comments
Closed

Run TagUI on the phone or cloud with Google Colab #913

kensoh opened this issue Jan 17, 2021 · 3 comments
Assignees
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Jan 17, 2021

Below might not work with the latest Ubuntu OS used by Colab.


This Colab notebook has been upgraded to using virtual display instead of headless mode. This opens up usage on a broader range of websites as some will block headless browsers. TagUI Colab demo - https://youtu.be/XA7gXOv98hs

Anyone can open this Colab URL on their browser or phone and be able to run TagUI workflows on the cloud -
https://colab.research.google.com/drive/1RimeT6-u6_nCyLAFJ0Aq9OvRaEg2UPrg?usp=sharing

@kensoh kensoh added the feature label Jan 17, 2021
@kensoh kensoh changed the title Open-source RPA on the cloud with Google Colab - POC v1 TagUI open-source RPA on the cloud with Google Colab - POC v1 Jan 17, 2021
@kensoh kensoh pinned this issue Jan 18, 2021
@kensoh kensoh changed the title TagUI open-source RPA on the cloud with Google Colab - POC v1 Open-source RPA on the cloud (or phone) with Google Colab - POC v1 Jan 18, 2021
@kensoh kensoh changed the title Open-source RPA on the cloud (or phone) with Google Colab - POC v1 Open-source RPA on the cloud (and phone) with Google Colab - POC v1 Jan 18, 2021
@kensoh
Copy link
Member Author

kensoh commented Jan 18, 2021

For reference, the 4 Colab lines mentioned for POC v1 are -

# setup RPA environment by installing PHP, Chromium web browser and TagUI Linux version
!apt-get update; apt install php; apt install chromium-browser; wget https://github.com/kelaberetiv/TagUI/releases/download/v6.14.0/TagUI_Linux.zip; unzip TagUI_Linux.zip; cd tagui/src; wget -O tagui https://gist.githubusercontent.com/kensoh/b12a350513268df5456165180dbee6a6/raw/0947f8d53d5744eb7c51ba0a06448fc8b33b06ab/tagui

# run sample GitHub workflow showing license for TagUI project and downloading source code
!tagui/src/tagui https://raw.githubusercontent.com/kelaberetiv/TagUI/master/flows/samples/2_github.tag -headless

# validate that the downloaded source code zip file exists and show the file's properties
!ls -l TagUI-master.zip

# [OPTIONAL] with Chrome browser you can download RPA output files to computer or phone
from google.colab import files; files.download('TagUI-master.zip')

@kensoh kensoh changed the title Open-source RPA on the cloud (and phone) with Google Colab - POC v1 RPA on the cloud (and phone) with Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the cloud (and phone) with Google Colab - POC v1 Open-source Cloud RPA (and phone) with Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title Open-source Cloud RPA (and phone) with Google Colab - POC v1 Open-source RPA on the Cloud (and phone) with Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title Open-source RPA on the Cloud (and phone) with Google Colab - POC v1 RPA on the Cloud (and phone) with Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (and phone) with Google Colab - POC v1 RPA on the Cloud (and phone) using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (and phone) using Google Colab - POC v1 RPA on the Cloud (or phone) using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (or phone) using Google Colab - POC v1 RPA on the Cloud (and phone) using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (and phone) using Google Colab - POC v1 RPA on the Cloud (and phone) - Google Colab POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (and phone) - Google Colab POC v1 RPA on the Cloud (and phone) using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud (and phone) using Google Colab - POC v1 RPA on the Cloud and phone using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the Cloud and phone using Google Colab - POC v1 RPA on the cloud and phone using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on the cloud and phone using Google Colab - POC v1 RPA on cloud and phone using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh changed the title RPA on cloud and phone using Google Colab - POC v1 RPA on your phone and cloud using Google Colab - POC v1 Feb 13, 2021
@kensoh kensoh unpinned this issue Feb 16, 2021
@kensoh kensoh pinned this issue Feb 24, 2021
@kensoh kensoh self-assigned this Mar 3, 2021
@kensoh kensoh changed the title RPA on your phone and cloud using Google Colab - POC v1 RPA on your phone and cloud using Google Colab - v1 May 14, 2021
@kensoh kensoh changed the title RPA on your phone and cloud using Google Colab - v1 RPA on your phone and cloud using Google Colab May 14, 2021
@kensoh kensoh removed the feature label May 25, 2021
@kensoh kensoh added the query label Jun 14, 2021
@kensoh kensoh changed the title RPA on your phone and cloud using Google Colab RPA on your phone and cloud Jun 14, 2021
@kensoh kensoh changed the title RPA on your phone and cloud Running TagUI on your phone and cloud Jun 14, 2021
@kensoh kensoh changed the title Running TagUI on your phone and cloud Running TagUI on your phone o cloud Jun 14, 2021
@kensoh kensoh changed the title Running TagUI on your phone o cloud Running TagUI on your phone or cloud Jun 14, 2021
@kensoh kensoh changed the title Running TagUI on your phone or cloud Running TagUI on the phone or cloud Jun 14, 2021
@kensoh kensoh changed the title Running TagUI on the phone or cloud Run TagUI on the phone or cloud Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud Run TagUI on phone or cloud Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on phone or cloud Run TagUI on the phone or cloud Jun 14, 2021
@kensoh kensoh unpinned this issue Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud Run TagUI on the phone or cloud - using Google Colab (no registration needed) Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud - using Google Colab (no registration needed) Run TagUI on the phone or cloud using Google Colab (no registration needed) Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud using Google Colab (no registration needed) Run TagUI on the phone or cloud with Google Colab (no registration needed) Jun 14, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud with Google Colab (no registration needed) Run TagUI on the phone or cloud Jun 18, 2021
@kensoh kensoh changed the title Run TagUI on the phone or cloud Run TagUI on your phone or cloud Jun 18, 2021
@kensoh kensoh removed the query label Jun 18, 2021
@kensoh kensoh changed the title Run TagUI on your phone or cloud Run TagUI on the phone or cloud with Google Colab (no registration needed) Jun 18, 2021
@kensoh kensoh added the feature label Jun 18, 2021
@kensoh kensoh closed this as completed Jun 18, 2021
@kensoh
Copy link
Member Author

kensoh commented Jun 27, 2021

updated TagUI on the cloud (Colab notebook) to v6.53

@kensoh
Copy link
Member Author

kensoh commented Aug 12, 2021

Updated to v.6.68 and also, upgrade to using a virtual display instead of headless mode.

This opens up usage on a broader range of websites as some will block headless browsers.

@kensoh kensoh changed the title Run TagUI on the phone or cloud with Google Colab (no registration needed) Run TagUI on the phone or cloud with Google Colab Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant