Skip to main content

A logging handler that sends you log entries on Facebook Messenger

Project description

Facebook Logger

A logging handler that sends you log entries on Facebook Messenger

import logging
from facebooklogger import FacebookLogger
logger = logging.getLogger("Home Server")
logger.setLevel(logging.INFO)
fb = FacebookLogger(level=logging.INFO)
logger.addHandler(fb)

logger.info("Server Started")
logger.warning("Something might be wrong")
logger.error("EVERYTHING IS ON FIRE")

Screenshot 1

Getting Started

Install facebooklogger with

pip install facebooklogger

To use the Facebook logger, you will need to create a Facebook page and get two pieces of information. A Page Access Token to authenticate as the page, and the User ID you want logs sent to.

Configuration

The logger requires two configuration options set:

  • PAGE_ACCESS_TOKEN
  • FB_USER_ID

They can be provided as environment variables, or by creating a file called .env in the working directory that looks like:

PAGE_ACCESS_TOKEN=ABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefweeaABCDEFGH12345abcefwe
FB_USER_ID=1234567891234567

Replacing the token and user ID with your own obtained below

Page Access Token

Note that to use this logger you DO NOT need to have your app verified by Facebook, you can just stay in development mode.

Follow the getting started section of
https://developers.facebook.com/docs/messenger-platform/getting-started/quick-start

User ID

Facebook Page IDs are unique to the page, and as such if you change page you will need to re-acquire the user id.
Note: You will have to already have the page access token

To get user id, run the following

PAGE_ACCESS_TOKEN=YOURTOKEN python3 -m facebooklogger

and follow the prompts

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facebooklogger-0.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

facebooklogger-0.2.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file facebooklogger-0.2.0.tar.gz.

File metadata

  • Download URL: facebooklogger-0.2.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for facebooklogger-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4830c4a3ca6e709f7fbad117f41471b6705d032cbfdd311c3c34cdd120162a69
MD5 31857bac66e8fc85e2f84d8c705e3bd1
BLAKE2b-256 bf4f72b4b06686374f6d7e929516018e6bf2685934aaa0e3f0d83be53d08a587

See more details on using hashes here.

File details

Details for the file facebooklogger-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: facebooklogger-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for facebooklogger-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b514f5835266868a37826a9fc3fd75c7e48ae0b40e528b1498465d6bed16e3b
MD5 bed445a88da234debe7784f2c5d92adf
BLAKE2b-256 b9f4e97815fd2ee234f94cb1eafc9ee0a506385b3ce2cd6d603fab62b7fd15af

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page