A slack bot to help you keep an eye on aws spend.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Keeping an eye on AWS spend is important for many people / teams. I wanted to write a slack bot to post a chart of aws spend on a schedule.
This is an example of how to list things you need to use the software and how to install them.
- Python Python Downloads
- PIP3
apt install python3-pip
- virtualenvwrapper
- used this as guide on setup.
pip3 install virtualenvwrapper
- ngrok
- Create the virtual environment
mkvirtualenv parsimony
- Activate environment
workon parsimony
- Install python packages
pip3 install -r requirements.txt
- Start ngrok on port 3000
ngrok http 3000
NOTE: This is very early in the development of Parsimony
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Project Link: https://github.com/wesleyorama2/parsimony