https://github.com/suman-kr/facebook-automation
:gem: Facebook login Automation using Selenium webdriver
https://github.com/suman-kr/facebook-automation
automation facebook python scrapping scrapping-python selenium
Last synced: about 2 months ago
JSON representation
:gem: Facebook login Automation using Selenium webdriver
- Host: GitHub
- URL: https://github.com/suman-kr/facebook-automation
- Owner: suman-kr
- License: mit
- Created: 2018-07-16T14:13:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T07:46:11.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T18:23:17.982Z (6 months ago)
- Topics: automation, facebook, python, scrapping, scrapping-python, selenium
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/downloads/)
[](https://pypi.org/project/selenium/)
[](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
# Facebook-AutomationIt 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 purposesPlatform : Linux 64 bit
Browser : Firefox by Mozilla
# Commands to setup Libraries
```sh
apt install python-pippip 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/ |-------------------------------------------------------------------------
* [Web Driver] - Firefox Web Driver Link>Some modification and changes will be updated!!
>Continuously running the script may result into logout of your account from "Logged in devices"
[//]: #
[Web Driver]: