An open API service indexing awesome lists of open source software.

https://github.com/andreiglesias/42_slots

42 correction slots text-based monitor
https://github.com/andreiglesias/42_slots

42 42born2code python python3 slots

Last synced: 5 months ago
JSON representation

42 correction slots text-based monitor

Awesome Lists containing this project

README

          




Slots


42_Slots


42 correction slots text-based monitor

## How To Use

To clone and run this application from your command line:

---
First clone and install dependencies:
```bash
# Clone this repository
$ git clone https://github.com/AndreIglesias/42_slots/

# Go into the repository
$ cd 42_slots

# Install dependencies
$ pip3 install -r requirements.txt
```
Setup the **PROJECT** and **TEAM_ID** variables at the top of *slots.py*:

![Setup](setup.png)

It is optional to modify the **DBPWD** variable if you choose to use the keypass database to store your credentials.

---
```bash
# Run the app
$ ./slots.py
```

## License

> [GPL v3.0](LICENSE)  · 
> [@AndreIglesias](https://github.com/AndreIglesias)