Archived
1
0
Fork 0

Add mineshop support

This commit is contained in:
Julien Riou 2021-01-13 09:10:30 +01:00
commit 2c7189d7fc
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
4 changed files with 85 additions and 4 deletions

View file

@ -7,7 +7,7 @@ new generation (AMD RX 6000 series, NVIDIA GeForce RTX 3000 series). Even older
Based on Debian 10:
```
apt install python3-selenium python3-sqlalchemy python3-tweepy firefox-esr
apt install python3-selenium python3-sqlalchemy python3-tweepy python3-bs4 firefox-esr
curl -L -s https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-linux64.tar.gz | tar xvpzf - -C /usr/local/bin/
chown root:root /usr/local/bin/geckodriver
chmod +x /usr/local/bin/geckodriver