2020-01-15 18:00:58 +01:00
2020-01-15 15:37:02 +01:00
2020-01-15 18:00:58 +01:00
2020-01-15 18:00:58 +01:00
2020-01-15 15:37:04 +01:00
2020-01-15 15:37:04 +01:00
2020-01-15 15:36:20 +01:00
2020-01-15 15:36:20 +01:00
2020-01-15 15:37:04 +01:00
2020-01-15 18:00:58 +01:00
2020-01-15 18:00:58 +01:00
2020-01-15 16:13:50 +01:00
2020-01-15 15:37:04 +01:00

Dependencies

  • libxml2-dev libonig-dev
  • chrome / chromium browser

Install

go build .
mv fbBot /usr/local/bin/
cp contrib/etc /
mkdir -p /etc/fbBot/content
chmod 755 /etc/fbBot/content

# change the /etc/fbBot/config.yaml to match your settings

systemctl daemon-reload
systemctl enable fbBot.service
systemctl start fbBot.service

Config

The Config File config.yaml should be located in /etc/fbBot.

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	
Description
No description provided
Readme 59 KiB
Languages
Go 97.9%
Dockerfile 2.1%