Skip to content

suman-kr/facebook-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python Selenium Beautiful Soup

Facebook-Automation

It automates Facebook login process by opening an instance of the native browser(in this case:Firefox) and enables the user to post status update. In the background it also scrapes some 'recent posts' , 'recent message's url' and 'Active friends'. It is only for Testing purposes

Platform : Linux 64 bit

Browser : Firefox by Mozilla

Commands to setup Libraries

apt install python-pip

pip install -r setup.py

mv geckodriver /usr/bin/

Libraries Used

Library README
Selenium http://selenium-python.readthedocs.io/
BeautifulSoup4 https://www.crummy.com/software/BeautifulSoup/bs4/doc/

Some modification and changes will be updated!!

Continuously running the script may result into logout of your account from "Logged in devices"

Releases

No releases published

Packages

No packages published

Languages