application-amicale-serveur/facebook/facebook_update.sh
Arnaud Vergnet 92863bd82c Use facebook scraper
Facebook graph API was too annoying to use so I switched to using a good old scraper
2020-08-08 11:51:34 +02:00

5 lines
73 B
Bash
Executable file

#!/bin/bash
touch lock
python3 facebook_handler.py > log 2> err
rm lock