🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

messenger-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messenger-api

Unofficial Facebook Messenger library for Python 2.6+ / Python 3.4+ / pypy

0.5.1
PyPI
Maintainers
1

Messenger API: Unoffical Facebook Messenger API

Installation

Just use pip, as you would with all packages

.. code-block:: bash

$ pip install messenger-api

Documentation

There's no docs, I'm sorry. Some day I'll do it.

Examples

Simple example of sending message to thread

.. code-block:: python

>>> from messenger_api import Messenger
>>> msg = Messenger('login', 'password')
>>> thread = msg.get_thread(485734986798)
>>> thread
<messenger_api.Thread.GroupThread: "Random chat name" (485734986798)>
>>> thread.send_message("TEST MESSAGE!")
<messenger_api.Message.Message object at 0x000000262414AFD0>

Message sent! :)

Soon you will be able to find some examples in examples directory

Contribute

I will appriciate pull requests, but if you want to help you even can just let me know that it stopped working.. I'm not using this library at everyday use and I don't have time to check if Facebook made any changes that breaks compatibility.

Keywords

messenger facebook

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts