i-am-fyre / Scraper-Discord-Notification

A scraper used to find new Kijiji posts and send a Discord message.
GNU General Public License v3.0
2 stars 2 forks source link

Need a setup script #8

Open acrelab opened 4 years ago

acrelab commented 4 years ago

this, but automatically.

Setup

Give main.py executable permissions.

$ sudo chmod +x /github/Scraper-Discord-Notification/main.py

Give ads.json write permissions so that old ads can be stored.

$ sudo chmod a+w /github/Scraper-Discord-Notification/ads.json

Open config.yaml to change some settings.

$ sudo nano /github/Scraper-Discord-Notification/config.yaml

acrelab commented 4 years ago