-
sudo apt update
-
sudo apt install -y python3 python3-pip firefox
-
Download newest geckodriver.
Raspberry Pi:
wget https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-linux-aarch64.tar.gz
-
tar -xzf geckodriver-*.tar.gz
-
sudo mv geckodriver /usr/local/bin/
-
chmod +x /usr/local/bin/geckodriver
-
pip install selenium
-
As admin:
pip install webdriver-manager --break-system-packages
-
Edit credentials in credentials.py
-
Run main.py
-
(OPT.) Create crontab entry for refreshing on regular basis:
sudo crontab -e
24 * * * * nohup python /Path/To/Repo/app/main.py > /var/log/aar.log 2>&1
-
Notifications
You must be signed in to change notification settings - Fork 0
BenjaminSimonis/ApartmentAdRefresher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published