# Dependencies - libxml2-dev libonig-dev - chrome / chromium browser # Install ```sh go build . mv fbBot /usr/local/bin/ cp contrib/etc / systemctl daemon-reload systemctl enable fbBot.service systemctl start fbBot.service ``` # Config The Config File `config.yaml` should be located in /etc/fbBot. ```yaml development_mode: true cronjob_interval: "@every 5m" no_run_on_start: false http_useragent: Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19 webhooks: live: - https... - https devel: - https... - https comment_on_posts: - TY - ty! - danke! - I could use it! - thx! - Thank you! - Merci - Yeah! - Vielen Dank! login: email: example@example.com passwd: thefbpassword ```