Skip to content
Merged
Show file tree
Hide file tree
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
39 changes: 0 additions & 39 deletions .github/workflows/gh-pages.yml

This file was deleted.

22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1 align="center">BotCity Framework Web - Python</h1>

<p align="center">
<strong>« Explore Framework <a href="https://botcity-dev.github.io/botcity-framework-web-python/">docs</a> »</strong>
<strong>« Explore Framework <a href="https://documentation.botcity.dev/frameworks/web/">docs</a> »</strong>
</p>
</p>

Expand Down Expand Up @@ -44,7 +44,7 @@ Operate any UI interface independent of the technology or platform (desktop, web

Use our Development Tool alongside your favorite IDE to select UI components and generate python code.

[![BotCity Studio](https://botcity.dev/github/readme/studio/studio.gif)](https://botcity.atlassian.net/l/c/eBJ6bLLV)
[![BotCity Studio](https://botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)

[SIGN UP](https://botcity.dev/app/signup) and download our tools.

Expand All @@ -69,11 +69,11 @@ pip install botcity-framework-web

### ⭐ Developing Your First Automation

[![First Automation](https://botcity.dev/github/readme/python-web/firstbot.png)](https://botcity-dev.github.io/botcity-framework-web-python/intro/)
[![First Automation](https://botcity.dev/github/readme/python-web/firstbot.png)](https://documentation.botcity.dev/tutorials/python-automations/web/)

## 📚 Documentation

Documentation is available at https://botcity-dev.github.io/botcity-framework-web-python.
Documentation is available at https://documentation.botcity.dev/frameworks/web/.

## 💻 Developers Portal

Expand All @@ -89,29 +89,29 @@ BotCity is a platform to develop, deploy, manage and maintain automations. Autom
### 1️⃣ All in One Platform
Develop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.

[![BotCity Maestro](https://botcity.dev/github/readme/maestro/maestro.png)](https://botcity.atlassian.net/l/c/WWGswYRX)
[![BotCity Maestro](https://botcity.dev/github/readme/maestro/maestro.png)](https://documentation.botcity.dev/maestro/)

### 2️⃣ Deploy with a Single Line

Use BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:

[![BotCity CLI](https://botcity.dev/github/readme/cli/botcli.gif)](https://botcity.atlassian.net/l/c/hJHE1ZFv)
[![BotCity CLI](https://botcity.dev/github/readme/cli/botcli.gif)](https://documentation.botcity.dev/cli/)

### 3️⃣ Manage your Task Queue

[![BotCity Maestro Task Queue](https://botcity.dev/github/readme/maestro/tasks.png)](https://botcity.atlassian.net/l/c/gR3AAd2a)
[![BotCity Maestro Task Queue](https://botcity.dev/github/readme/maestro/tasks.png)](https://documentation.botcity.dev/maestro/features/task-queue/)

### 4️⃣ Manage your Runtime Environments

[![BotCity Maestro Machines](https://botcity.dev/github/readme/maestro/machines.png)](https://botcity.atlassian.net/l/c/uDB087nK)
[![BotCity Maestro Runners](https://botcity.dev/github/readme/maestro/machines.png)](https://documentation.botcity.dev/maestro/features/runners/)

### 5️⃣ Create Alerts and Reports from the Automation Execution

[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png)](https://botcity.atlassian.net/l/c/McH09qYw)
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png)](https://documentation.botcity.dev/maestro/features/alerts/)

### 6️⃣ Create Google Data Studio Dashboards

[![BotCity Maestro Dashboards](https://botcity.dev/github/readme/maestro/dashboard.png)](https://botcity.atlassian.net/l/c/Z1uMY1vX)
[![BotCity Maestro Dashboards](https://botcity.dev/github/readme/maestro/dashboard.png)](https://documentation.botcity.dev/maestro/features/dashboards/)

### 7️⃣ Create your Community Account

Expand All @@ -123,7 +123,7 @@ We have a community account for hobbyists and students. Just signup and start au
## 🤝 Contributing to BotCity Framework

- [Guidelines](https://github.com/botcity-dev/botcity-framework-web-python/blob/main/.github/CONTRIBUTING.md)
- [Documentation](https://botcity-dev.github.io/botcity-framework-web-python/)
- [Documentation](https://documentation.botcity.dev/frameworks/web/)

## ⛑ Support

Expand Down
2 changes: 1 addition & 1 deletion botcity/web/browsers/undetected_chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from undetected_chromedriver import Chrome # noqa: F401, F403
from undetected_chromedriver.options import ChromeOptions
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
from selenium.webdriver.chrome.service import Service as ChromeService # noqa: F401, F403
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from ..util import cleanup_temp_dir

Expand Down
Binary file removed docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/logo.png
Binary file not shown.
35 changes: 0 additions & 35 deletions docs/bot.md

This file was deleted.

111 changes: 0 additions & 111 deletions docs/browsers.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/forms.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/index.md

This file was deleted.

Loading