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

add Web Form Filling and OrangeHRM login with Twilio WhatsApp bots from community #31

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions site/data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,5 +684,49 @@
"license": "MIT",
"upload_date": "10/11/2023",
"rank": 0.98
},
{
"name": "Web Form Filling",
"description_short": "The automation collects data from an Excel spreadsheet, then opens the form in the browser and fills it with the collected data.",
"description": "This automation was created to simplify the process of filling out online forms. It uses the Python RPA library to interact with graphical interface elements, quickly and accurately populating fields with specific data.",
"tags": ["web", "form", "filling"],
"programming_language": "python",
"technology": ["botcity", "python"],
"OS": ["windows"],
"thumbnail_url": "https://i.imgur.com/1ssDxzQ.png",
"youtube_video": "",
"youtube_width": 560,
"youtube_height": 315,
"author_name": "Felipe Leonardo de Carvalho Pereira",
"author_site": "https://www.linkedin.com/in/felipeleonardocpereira/",
"repository_name": "web_form_filling",
"repository_url": "https://github.com/felipelcp/web_form_filling",
"company_name": "",
"company_site": "",
"license": "Proprietary",
"upload_date": "02/20/2023",
"rank": 0.99
},
{
"name": "OrangeHRM login with Twilio WhatsApp",
"description_short": "Automation that connects the login process with WhatsApp.",
"description": "This automation sends an alert to WhatsApp about the start of the login process and requests the username and password to authenticate the login.",
"tags": ["web", "whatsapp", "login", "python", "twilio"],
"programming_language": "python",
"technology": ["botcity", "python"],
"OS": ["Windows", "Linux"],
"thumbnail_url": "https://i.imgur.com/sAdcXLa.png",
"youtube_video": "",
"youtube_width": 560,
"youtube_height": 315,
"author_name": "Bruna Ferreira",
"author_site": "https://www.linkedin.com/in/bugelseif/",
"repository_name": "bot-orange",
"repository_url": "https://github.com/bugelseif/bot-orange",
"company_name": "BotCity",
"company_site": "https://www.botcity.dev/",
"license": "MIT",
"upload_date": "02/20/2023",
"rank": 0.99
}
]
Loading