Brunopaes / labs-chickencrud

Project aimed on abling Museu da Pessoa employees registering chat´s dialogues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatic-octo-template

Optimized for python 3.6

This is a project template. Used in other repositories.


Dependencies

For developers, python requirements could be find in the project's root. For installing the requirements, in your venv or anaconda env, just run the following command:

pip install -r requirements.txt


Project's Structure

.
└── automatic-octo-template
    ├── data
    │   └── settings.json
    ├── docs
    │   ├── reference_articles
    │   ├── ...
    │   └── CREDITS
    ├── src
    │   ├── __init__.py
    │   └── bot.py
    ├── tests
    │   └── unittests
    │       ├── data
    │       └── __init__.py
    ├── .gitignore
    ├── LICENSE
    ├── README.md
    └── requirements.txt

Directory description

  • data: The data dir. Group of non-script support files.
  • docs: The documentation dir.
  • src: The scripts & source code dir.
  • tests: The unittests dir.

Usage Notes

Running

For running it, on the ~/src directory just run the follow command:

python automatic_octo.py

Notes

  • Just a few notes

Versioning

This project is under development.

Roadmap

It needed to:

  • Develop the feature #0

    • feature #0.1:
      • Techniques:
        • technique #0
        • technique #1
        • technique #2
    • feature #0.2:
      • technology #0
  • Develop the feature #1


About

Project aimed on abling Museu da Pessoa employees registering chat´s dialogues.

License:MIT License


Languages

Language:Python 100.0%