5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/sh
|
|
|
|
pip3 install requests
|
|
pip3 install BeautifulSoup4
|
|
pip3 install cloudscraper |