diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..13e7ba0 --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +# Space Jobs + +## Description +This is a simple project to ask in a Slack channel who is coming to the open space. + +The goal is to assign all poeple a small tasks to do in the open space. For example, empty the trash, clean the whiteboard, etc. + +## How to run +1. Clone the repository +2. Copy the `.env.example` to `.env` and fill your credentials +3. Run pip install -r requirements.txt +4. Run the script `python index.py`