-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c73880
commit 4655fd4
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |