Skip to main content

UNKNOWN

Project description

Alice is a bot specialised to do codebase supervising on your behalf to prevent chaos situation in any layer of SDLC cycle.

Install

Installing is simple via pip

pip install alice-core

How to use

  1. Create your team specific input config file setup your config file

  2. Start Alice (any 1 way):

modify the commands for particular config.yaml or config.json file path & port number

  • run as flask app

    export FLASK_APP=alice config=’config.yaml’; flask run –host 0.0.0.0 –port 5005

or

  • run as uwsgi process

    export config=”config.yaml”; uwsgi –socket 0.0.0.0:5005 –protocol=http -w alice –callable app

Note: default port number is ‘5000’ if not specified

more details

3. Create web-hook in github set it to <IP_WHERE_ALICE_IS_LISTNING>/alice Example:

https://cloud.githubusercontent.com/assets/12966925/25574851/72ea088c-2e6f-11e7-9ddf-9512a425729a.png

Wh questions

why, what & how about Alice

Who can use alice on the fly

Github & Slack users If you are using other projects, look at “how to contribute” section

Willing to contribute

Contributing guidelines

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

Changelog

Consult the Changelog page for fixes and enhancements of each version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alice-core-1.4.tar.gz (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page