FacebookBot is a Python-based automation tool designed to interact with Facebook. It utilizes Selenium WebDriver for browser automation, providing various functionalities to automate Facebook activities.
- Automates the login process to Facebook using user credentials.
- Code: fbot.py
- Crawls the user's Facebook timeline to gather information about posts and reactions.
- Collects data on user interactions and stores them for analysis.
- Code: fbot.py
- Gathers data on the user's past activities, such as liked posts.
- Code: fbot.py
- Manages the user's friend list by cleaning up based on certain criteria.
- Code: fbot.py
- Provides a simple and user-friendly interface for interacting with the bot.
- Code: main.py
Contact me for the instructions for setting up and using the bot should be provided here.
- Selenium WebDriver
- Python Libraries:
selenium
,tqdm
,json
,sys
,re
,time
This tool is intended for educational purposes and personal use only. Users should be aware of Facebook's terms of service regarding automation and use this tool responsibly.