Closed kensoh closed 2 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/
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
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 ?
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
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
then password put --- > ln: /usr/local/bin/tagui: No such file or directory
Hi @manuautomatic sorry I just saw your message! The Zoom meeting is every Thursday 4-5pm (UTC+8) -
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.
Closing this issue because most of the items in the list are already integrated into the GitHub landing page
source - LinkedIn