aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.65k stars 585 forks source link

How to get started with TagUI? - see https://github.com/kelaberetiv/TagUI#tagui #1020

Closed kensoh closed 2 years ago

kensoh commented 3 years ago

source - LinkedIn

kensoh commented 3 years ago

Learn TagUI by taking the free course over one morning or afternoon. The Telegram group chat and weekly Zoom meeting are especially useful resources if you have any questions to ask. Folks from community will also share their experiences.

Free course - https://learn.aisingapore.org/courses/learn-rpa-with-tagui-beginners-course/

Slide deck - https://docs.google.com/presentation/d/1pltAMzr0MZsttgg1w2ORH3ontR6Q51W9/edit?usp=sharing&ouid=115132044557947023533&rtpof=true&sd=true

Intro webinar - https://www.youtube.com/watch?v=hKc4eNBhMws

Technical webinar - https://www.youtube.com/watch?v=C5itbB3sCq0

Overview Podcast - https://botnirvana.org/podcast/tagui/

Usage guide - https://tagui.readthedocs.io/en/latest/

Simple examples - https://github.com/kelaberetiv/TagUI/tree/master/flows/samples

Advance examples - https://github.com/aimakerspace/TagUI-Bricks

Community forum - https://community.aisingapore.org/groups/tagui-rpa/forum

Weekly Zoom Q&A - Thursday 4-5pm SGT (UTC+8)

Telegram group chat - https://t.me/rpa_chat

manuautomatic commented 3 years ago

MacBook-Air-de-Aliro:~ aliro$ ln -sf /Users/aliro/tagui/src/tagui /usr/local/bin/tagui ln: /usr/local/bin/tagui: Permission denied I can't install tagui in Mac do you help me ?

kensoh commented 3 years ago

Hi @manuautomatic can you try with below, maybe need permission to create this shortcut -

sudo ln -sf /Users/aliro/tagui/src/tagui /usr/local/bin/tagui
manuautomatic commented 3 years ago

Thanks for answering. I put the syntax sudo ln -sf /Users/aliro/Desktop/tagui/src/ tagui /usr/local/bin/tagui Appeared -> Password: I put the password and I get that I did not find the file is strange because when I manually execute tagui it follows the direction lines above. I have managed to install and run the python extension but it adds more text and I want to be able to do with the tag. I am trying to automate some processes

Watch when I manually click Last login: Thu Jul 22 01:57:58 on ttys000 / Users / aliro / Desktop / tagui / src / tagui; exit; MacBook-Air-de-Aliro: ~ aliro $ / Users / aliro / Desktop / tagui / src / tagui; exit; tagui v5.11: use following options and this syntax to run - ./tagui flow_filename option (s)

I have seen that there is a time when you can have a zoom meeting you have a link

manuautomatic commented 3 years ago

then password put --- > ln: /usr/local/bin/tagui: No such file or directory

kensoh commented 3 years ago

Hi @manuautomatic sorry I just saw your message! The Zoom meeting is every Thursday 4-5pm (UTC+8) -

https://github.com/kelaberetiv/TagUI/issues/914

kensoh commented 3 years ago

Can you double check your line below? I think you accidentally added an extra space between /src/ and tagui

sudo ln -sf /Users/aliro/Desktop/tagui/src/ tagui /usr/local/bin/tagui

Try again with -

sudo ln -sf /Users/aliro/Desktop/tagui/src/tagui /usr/local/bin/tagui

For TagUI in human language version, the download instructions are here. And it should be > v6.46 after you download.

https://tagui.readthedocs.io/en/latest/setup.html

kensoh commented 2 years ago

Closing this issue because most of the items in the list are already integrated into the GitHub landing page