Metadata-Version: 2.1
Name: rizthme
Version: 2.3.2
Summary: Discord Bot
Author: ladettanguy
Author-email: sti2dlab.ladettanguy@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: discord (>=2.2.2,<3.0.0)
Requires-Dist: ffmpeg (>=1.4,<2.0)
Requires-Dist: multipledispatch (>=0.6.0,<0.7.0)
Requires-Dist: pynacl (>=1.5.0,<2.0.0)
Requires-Dist: pytube (>=12.1.3,<13.0.0)
Requires-Dist: tmktthreader (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# Rizthme

## Requierement

First step is to add in your environments variables,
a variables named "TOKEN" with in value, your discord application token.

do this with:

```console
foo@bar:~$ export TOKEN=<your token>
```

or

> Write a .env file at project root 

next, check that the ffmpeg module is installed on your device.

```console
foo@bar:~$ ffmpeg -version
```

if not

```console
foo@bar:~$ sudo apt install ffmpeg 
# or equivalent depending on your system
```

## To launch the discord client

```console
foo@bar:~$ python3 run.py
```

### Automatically script launching

#### For Linux user

For use automatically your virtual environment. (The virtual environment name need to be "venv/")

```console
foo@bar:~$ make run
```

if you want to use rizthme on docker container you can use make script for this

```console
foo@bar:~$ make build docker-run
```

And to delete stop or restart him check Makefile possibilities
