2022-10-03 09:56:30 +02:00
|
|
|
#!/bin/sh
|
2022-12-01 15:26:19 +01:00
|
|
|
|
2022-12-01 23:27:11 +01:00
|
|
|
#pip3 install jawanndenn
|
2022-10-03 09:56:30 +02:00
|
|
|
pip3 install requests
|
|
|
|
|
pip3 install BeautifulSoup4
|
2022-12-01 15:27:00 +01:00
|
|
|
#pip3 install cloudscraper
|
2022-12-01 23:27:11 +01:00
|
|
|
#pip3 install json
|
|
|
|
|
pip3 install colorama
|