A python library to automatize facebook without the official API
Project description
# FacebookWebBot
=======================
A simple library to automatize facebook without the official API
All the functions are made scrapping and parsing mbasic.facebook.com
## Available functions:
Login
Logout
Post in your timeline
Message friends
Get post in a facebook group
Post in a facebook group
Comment in a post
Get the members of a facebook group
Send friend request
Send message to any person
Get all post from a profile/fanpage
Send group request
Get number of likes and coments in a post
Post in a fanpage/friend timeline
## Basic usage example:
```
from FacebookWebBot import *
bot=FacebookBot()
bot.set_page_load_timeout(10)
bot.login("your@email.com","yourpassword")
allpost=bot.getPostInProfile("https://mbasic.facebook.com/your-gf-profile",deep=50)
for p in allpost:
print(p)
```
## Installing
pip install FacebookWebBot
## Know issues:
* Can't post images because PhantomJS limitations.
## Dependencies:
* Python 3.4
* Selenium
* PhantomJS
=======================
A simple library to automatize facebook without the official API
All the functions are made scrapping and parsing mbasic.facebook.com
## Available functions:
Login
Logout
Post in your timeline
Message friends
Get post in a facebook group
Post in a facebook group
Comment in a post
Get the members of a facebook group
Send friend request
Send message to any person
Get all post from a profile/fanpage
Send group request
Get number of likes and coments in a post
Post in a fanpage/friend timeline
## Basic usage example:
```
from FacebookWebBot import *
bot=FacebookBot()
bot.set_page_load_timeout(10)
bot.login("your@email.com","yourpassword")
allpost=bot.getPostInProfile("https://mbasic.facebook.com/your-gf-profile",deep=50)
for p in allpost:
print(p)
```
## Installing
pip install FacebookWebBot
## Know issues:
* Can't post images because PhantomJS limitations.
## Dependencies:
* Python 3.4
* Selenium
* PhantomJS
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file FacebookWebBot-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: FacebookWebBot-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4189b9d48223d2c2df72f362121e849c2a5f27926fc60d07dead09eb8038d0e3 |
|
MD5 | b82315b58c1be34c0a384c2149822b2e |
|
BLAKE2b-256 | f4e83b2768eba03ba55e06b80125a33e23e25e5305fb60d63fa65cb31b1da7b2 |