Metadata-Version: 2.1
Name: rizthme
Version: 2.1.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.1.0,<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.2,<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>
```

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 client.py
```

### Automatical script launching

#### For Linux user

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

```console
foo@bar:~$ source entrypoint.sh
```

if you don't want to use a virtual environment. juste use the script like this:

```console
foo@bar:~$ bash entrypoint.sh
```
or 

```console
foo@bar:~$ sh entrypoint.sh
```

#### For Windows user

> Not sure yet

you can do like this if you realy want to use that in Windows system

```
C:RizThme\> entrypoint.bat
```

