Skip to content

Commit

Permalink
Merge pull request #31 from botcity-dev/add-new-bots
Browse files Browse the repository at this point in the history
add Web Form Filling and OrangeHRM login with Twilio WhatsApp bots from community
  • Loading branch information
hhslepicka committed Feb 21, 2024
2 parents 45d0af5 + dbc4b4e commit 8098ba0
Showing 1 changed file with 44 additions and 0 deletions.
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
}
]

0 comments on commit 8098ba0

Please sign in to comment.