Skip to content

Commit

Permalink
deploy: c63b683
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Oct 11, 2023
1 parent daee7b9 commit 2b55bf2
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
86 changes: 86 additions & 0 deletions bot-31.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@

<html xmlns:og="http://opengraphprotocol.org/schema/" >
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N4HVP5D');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/bot.css">
<title>BotRepository - Bitwarden vault and WebBot</title>

<!-- Essential META Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="BotRepository - Bitwarden vault and WebBot" />
<meta property="og:site_name" content="BotRepository" />
<meta property="og:url" content="https://repository.botcity.dev/bot-31.html" />
<meta property="og:image" content="https://i.imgur.com/Z8m80BF.png" />
<meta property="og:description" content="This automation loads some secrets in the Bitwarden vault and uses them to fill the form. I used a web bot template from BotCity, accessing DOM elements. You must install Python, Pip, Virtualenv, and other dependencies described in the requirements file." />
<meta property="article:author" content="Bruna Ferreira" />
<meta property="article:published_time" content="2023/11/10" />

<meta property="og:locale" content="en_US"/>

<!-- Non-Essential, But Required for Analytics -->
<meta name="twitter:site" content="@BotcityDev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="Bitwarden vault and WebBot" />


</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4HVP5D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- HEADER -->
<div data-include="header"></div>

<!-- Main Content -->
<div id="botPanel">
<div id="botName">Bitwarden vault and WebBot</div>
<div id="botAuthor">by <a href="https://bugelseif.github.io/website/">Bruna Ferreira</a> on 10/11/2023</div>

<div id="botDescription">This automation loads some secrets in the Bitwarden vault and uses them to fill the form. I used a web bot template from BotCity, accessing DOM elements. You must install Python, Pip, Virtualenv, and other dependencies described in the requirements file.</div>

<div class="card_bot_tags_bot"><b>tags: </b>
<div class="card_bot_tag">python</div>
<div class="card_bot_tag">python</div>
<div class="card_bot_tag">webbot</div>
<div class="card_bot_tag">botcity</div>
<div class="card_bot_tag">bitwarden</div>
<div class="card_bot_tag">vault</div>
</div>

<div class="div_git_repo">
<b>Repository:</b><br/>
<a href="https://github.com/bugelseif/bitwarden-API">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=bugelseif&repo=bitwarden-API"/>
</a><br/>
<font style='font-size:12px'>* Source code may be subject to copyright, check with author for redistribution.</font>
</div>
</div>

<!-- FOOTER -->
<div data-include="footer"></div>

<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/ui.js"></script>

<script>

$(function () {
UI.load();
});

</script>

</body>
</html>

22 changes: 22 additions & 0 deletions data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,5 +662,27 @@
"license": "Proprietary",
"upload_date": "09/27/2023",
"rank": 0.95
},
{
"name": "Bitwarden vault and WebBot",
"description_short": "Example of using Bitwarden with WebBot to fill out forms.",
"description": "This automation loads some secrets in the Bitwarden vault and uses them to fill the form. I used a web bot template from BotCity, accessing DOM elements. You must install Python, Pip, Virtualenv, and other dependencies described in the requirements file.",
"tags": ["python", "webbot", "botcity", "bitwarden", "vault"],
"programming_language": "python",
"technology": ["botcity", "python"],
"OS": ["windows"],
"thumbnail_url": "https://i.imgur.com/Z8m80BF.png",
"youtube_video": "",
"youtube_width": 560,
"youtube_height": 315,
"author_name": "Bruna Ferreira",
"author_site": "https://bugelseif.github.io/website/",
"repository_name": "bitwarden-API",
"repository_url": "https://github.com/bugelseif/bitwarden-API",
"company_name": "BotCity",
"company_site": "https://www.botcity.dev/",
"license": "MIT",
"upload_date": "10/11/2023",
"rank": 0.98
}
]

0 comments on commit 2b55bf2

Please sign in to comment.