Skip to content

Commit 89fb537

Browse files
authored
Update README.md
1 parent 228cec6 commit 89fb537

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ pip3.9 install -U -r requirements.txt
2727
```
2828
{"token" : "INSERTYOURTOKENHERE"}
2929
```
30-
4. Run the project.(Read important information before running the project.)
30+
4. Enter the Tenor API key required for the [gif command](https://github.com/semihaydin0/Evos/blob/main/cogs/Requests.py#L217-L236) to work. If you don't have a Tenor API key, you can get it [here](https://tenor.com/gifapi/documentation).
31+
```
32+
apiToken = "YOURAPITOKENGOESHERE"
33+
```
34+
5. Run the project.(Read important information before running the project.)
3135
```
3236
python3.9 Evos.py
3337
```
@@ -53,6 +57,8 @@ python3.9 Evos.py
5357
* [Matplotlib](https://github.com/matplotlib/matplotlib)
5458
* [Pillow](https://github.com/python-pillow/Pillow)
5559
* [Humanize](https://github.com/jmoiron/humanize)
60+
* [Wget](https://pypi.org/project/wget/)
61+
* [Aiohttp](https://github.com/aio-libs/aiohttp)
5662
* [Cpuinfo](https://github.com/workhorsy/py-cpuinfo)
5763
* [Uptime](https://github.com/Cairnarvon/uptime)
5864
* [Psutil](https://github.com/giampaolo/psutil)

0 commit comments

Comments
 (0)