Skip to content

Instantly share code, notes, and snippets.

View kensoh's full-sized avatar

Ken Soh kensoh

View GitHub Profile
@kensoh
kensoh / stars
Last active July 17, 2020 09:07
TagUI flow to print the list of your starred repos
// created this flow file to archive my starred repos
// it prints the list of starred repos by github user
// you can get TagUI here (macOS / Windows / Linux)
// https://github.com/kelaberetiv/TagUI#set-up
// usage #1 - copy or download this file, then run
// tagui stars github_userid quiet chrome
// usage #2 - if you want to run this gist directly
@kensoh
kensoh / TagUI for Python Draft.md
Last active December 25, 2020 19:57
TagUI for Python Draft.md

RPA for Python 🐍

Use Cases | API Reference | About & Credits | PyCon Video | Free Starbucks * | v1.24

This tool was previously known as TagUI for Python. More details on the name change, which is backward compatible so existing scripts written with import tagui as t and t.function() will continue to work.

RPA for Python demo in Jupyter notebook

To install this Python package for RPA (robotic process automation) -

@kensoh
kensoh / TagUI v5.11 Draft.md
Last active April 21, 2024 19:56
TagUI v5.11 Draft.md
@kensoh
kensoh / tagui
Last active August 29, 2021 02:38
Google Colab Ubuntu POC - tagui command
#!/usr/bin/env bash
# SCRIPT FOR RUNNING TAGUI FRAMEWORK ~ TEBEL.ORG #
# configure command to launch chrome for Linux (configuration for macOS not required as path is fixed)
chrome_command="chromium-browser"
if [ -z "$1" ]
then
echo "tagui v6.74: use following options and this syntax to run - ./tagui flow_filename option(s)"
echo

TagUI Technical Webinar

TagUI is a free and open-source RPA tool by AI Singapore, a government-funded programme to accelerate AI. TagUI has a bustling user community with ~3k downloads monthly, and extended community champions create new RPA tools for their own communities, based on TagUI. So there's a flavour of the RPA tool which has a flat learning curve for you.

Different flavours of TagUI

Human languages