1
0
Fork
You've already forked grasstouch
0
Simple public FB event notifier for XMPP using Mellium
  • Go 100%
2022年09月30日 19:15:34 +02:00
.gitignore Initial commit 2022年09月05日 11:13:29 +02:00
db.go Add polling for new events 2022年09月05日 12:18:16 +02:00
fbevent.go Unescape event names & places 2022年09月30日 19:15:34 +02:00
go.mod Initial commit 2022年09月05日 11:13:29 +02:00
go.sum Initial commit 2022年09月05日 11:13:29 +02:00
main.go Add polling for new events 2022年09月05日 12:18:16 +02:00
README.md Update 'README.md' 2022年09月11日 20:06:06 +02:00
xmpp.go Implement remaining commands and fixup DB 2022年09月05日 11:43:20 +02:00

grasstouch

An XMPP bot notifying you of new public FB events.

Helps with getting rid of those pesky invasive services :)

Building

go build grasstouch

Usage

To get grasstouch running, you need to make an account for it on a server of your choice and then pass the credentials for it to connect and function.

Example: ./grasstouch -jid fbevent@localhost -pwd password -server localhost

A complete description of all available flags is accessible under -h or --help

After connecting, messaging the bot allows you to add/remove/list tracked pages/places, more info can be obtained by sending the help command.

Disclaimer

The bot notifies you about new events by parsing the new Facebook mobile event page. This page usually gets blocked and requires login when accessed from a non-residential IP address, so it is recommended to run grasstouch from your home or something.