Skip to content

wesleyorama2/parsimony

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Parsimony

A slack bot to help you keep an eye on aws spend.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

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.

Built With

Getting Started

Prerequisites

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

Installation

Development

  1. Create the virtual environment
    mkvirtualenv parsimony
  2. Activate environment
    workon parsimony
  3. Install python packages
    pip3 install -r requirements.txt
  4. Start ngrok on port 3000
    ngrok http 3000

Usage

NOTE: This is very early in the development of Parsimony

Logo

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

Contact

Project Link: https://github.com/wesleyorama2/parsimony

Acknowledgements