Simple Facebook Chat library for students.
Project description
SimpleFbChat
Simple Facebook Chat library for students. Do not use at production.
Example:
from simplefbchat import SimpleFbChat
login = "example@tfbnw.net"
password = "passw0rd"
fb = SimpleFbChat(login, password)
while True:
received_message = fb.receive()
text = received_message.text
received_message.reply("Hello: " + text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplefbchat-0.0.4.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplefbchat-0.0.4.tar.gz.
File metadata
- Download URL: simplefbchat-0.0.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc8844a9f0370d49b3d04eb414830f192fbd72865a5494bd8f91fbc060bb321a
|
|
| MD5 |
043a318d4227fab48be828028bafb883
|
|
| BLAKE2b-256 |
bdf76d936dde685dac46249651a81679118f97a0237f8d6e4f4747954ef9b934
|
File details
Details for the file simplefbchat-0.0.4-py3-none-any.whl.
File metadata
- Download URL: simplefbchat-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6faf2aecfe11adb34d7679b9e4675b1fcc71794cbc927c089b61e11e6e1e338c
|
|
| MD5 |
727955563c9cc79d673e5bc2dccbcd79
|
|
| BLAKE2b-256 |
30732f85da255bee72383dc401358ec8d36e0d805913ce5792b06712c390ba23
|