An open API service indexing awesome lists of open source software.

https://github.com/cloud-gov/uaa-bot

A bot to send notifications, disable accounts, and other tasks related to cloud.gov UAA users.
https://github.com/cloud-gov/uaa-bot

Last synced: 6 months ago
JSON representation

A bot to send notifications, disable accounts, and other tasks related to cloud.gov UAA users.

Awesome Lists containing this project

README

          

# uaa-bot

A bot to send notifications, disable accounts, and other tasks related to cloud.gov UAA users.

## Getting started

### Running locally

Setup a virtualenv
`$ python -m venv venv`

Start the virtualenv
`$ source ./venv/bin/activate`

Install and update python requirements into your virtualenvironment
`$ ./dev install-all-reqs`

When adding a python dependency to dev-requirements or requirements
`$ ./dev update-requirements`

Upgrade all requirements
`$ ./dev update-requirements --upgrade`

Format python code
`$ ./dev black`

Run tests python code
`$ ./dev tests`

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) for additional information.

## Public domain

This project is in the worldwide [public domain](LICENSE.md). As stated in [CONTRIBUTING](CONTRIBUTING.md):

> This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
>
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.