Skip to content

Commit

Permalink
DOC: Updating screenshots links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-voltarelli committed Nov 7, 2023
1 parent cce3c3c commit 9740f30
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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://documentation.botcity.dev/studio/)
[![BotCity Studio](https://files.botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)

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

Expand All @@ -68,55 +68,55 @@ pip install botcity-framework-web

### ⭐ Developing Your First Automation

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

## 📚 Documentation

Documentation is available at https://documentation.botcity.dev/frameworks/web/.

## 💻 Developers Portal

[![Developers Portal](https://botcity.dev/github/readme/portal.png?)](https://documentation.botcity.dev)
[![Developers Portal](https://files.botcity.dev/github/readme/portal.png?)](https://documentation.botcity.dev)

## 💬 Forum

[![Forum](https://botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)
[![Forum](https://files.botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)

## 🌎 BotCity Automation Platform
BotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python or Java using open-source libraries that are market standard.

### 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://documentation.botcity.dev/maestro/)
[![BotCity Maestro](https://files.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://documentation.botcity.dev/cli/)
[![BotCity CLI](https://files.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://documentation.botcity.dev/maestro/features/task-queue/)
[![BotCity Maestro Task Queue](https://files.botcity.dev/github/readme/maestro/tasks.png?)](https://documentation.botcity.dev/maestro/features/task-queue/)

### 4️⃣ Manage your Runtime Environments

[![BotCity Maestro Runners](https://botcity.dev/github/readme/maestro/machines.png?)](https://documentation.botcity.dev/maestro/features/runners/)
[![BotCity Maestro Runners](https://files.botcity.dev/github/readme/maestro/machines.png?)](https://documentation.botcity.dev/maestro/features/runners/)

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

#### Alerts
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png?)](https://documentation.botcity.dev/maestro/features/alerts/)
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/alerts.png?)](https://documentation.botcity.dev/maestro/features/alerts/)

#### Execution Logs
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/logs.png?)](https://documentation.botcity.dev/maestro/features/logs/)
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/logs.png?)](https://documentation.botcity.dev/maestro/features/logs/)

### 6️⃣ Create your Community Account

We have a community account for hobbyists and students. Just signup and start automating.

[![Sign Up](https://botcity.dev/github/readme/signup.png?)](https://developers.botcity.dev/signup)
[![Sign Up](https://files.botcity.dev/github/readme/signup.png?)](https://developers.botcity.dev/signup)


## 🤝 Contributing to BotCity Framework
Expand Down

0 comments on commit 9740f30

Please sign in to comment.