Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botcity-dev/bot-python-template
Template Bot Project - Python
https://github.com/botcity-dev/bot-python-template
automation automation-framework cookiecutter robot robotframework rpa template-project
Last synced: 3 months ago
JSON representation
Template Bot Project - Python
- Host: GitHub
- URL: https://github.com/botcity-dev/bot-python-template
- Owner: botcity-dev
- License: apache-2.0
- Created: 2021-06-03T17:37:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:38:53.000Z (6 months ago)
- Last Synced: 2024-09-27T10:41:39.658Z (3 months ago)
- Topics: automation, automation-framework, cookiecutter, robot, robotframework, rpa, template-project
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 17
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
Template Bot Project - Python
« Explore Project docs »
Report bug
·
Request feature
·
How to Contribute
·
Support
# Prerequisites
* Python 3.7+
* cookiecutter# Getting Started
This repository contains a cookiecutter template for generating a Bot using
BotCity's Python Framework.To create a templated project all you need to do is:
```
cookiecutter https://github.com/botcity-dev/bot-python-template
```# Building the Documentation Locally
In order to build the documentation you will need to install some dependencies
that are not part of the runtime dependencies.Assuming that you have cloned this repository do:
```bash
pip install -r docs-requirements.txtmkdocs build
```This will generate the HTML documentation in the `<>/site`
folder. Look for the `index.html` file and open it with your browser.# Online Documentation
More information about cookiecutter and how to organize your Bot project can be found
at https://botcity-dev.github.io/bot-python-template/.