covot/README.md

23 lines
404 B
Markdown
Raw Permalink Normal View History

2020-10-26 19:48:20 +01:00
# Covot
Covid tracing bot project for the Universidad of Granada.
2020-11-25 12:10:29 +01:00
## Setup
The project is developed using the [Nix](https://nixos.org/) package manager. Follow the instructions on the website linked above to install it.
You only need to enter a nix-shell to acquire the dependencies:
``` sh
nix-shell
```
## Usage
The bot can be executed using the following command:
```sh
python -m app.bot
```