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.
- Host: GitHub
- URL: https://github.com/cloud-gov/uaa-bot
- Owner: cloud-gov
- License: other
- Created: 2021-01-15T16:51:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T18:13:09.000Z (about 1 year ago)
- Last Synced: 2025-07-03T18:41:19.736Z (about 1 year ago)
- Language: Python
- Size: 166 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.