This project is built using Python 3.9.13 and makes use of the following installed packages:
pip: For managing Python packages.selenium: A framework for automating browsers.wheel: For building and packaging Python projects.
The project provides functionality for upload photo to Facebook.
- CLI usage and modules
- Python library usage
- Python >= 3.9
To set up the project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Resident234/fb_selenium_uploader.git cd fb_selenium_uploader -
Create a virtual environment (recommended):
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install the dependencies:
pip install -r requirements.txt
-
[Explain how to run the script or application]
python <script_name>.py
-
[Provide example commands or configurations if applicable]
-
[Added instructions on how to use Selenium, if required]
The following Python packages are required for this project:
- Selenium: Used for browser automation. For more information, visit the official Selenium documentation.
- Wheel: Python wheel format for built distributions.
- Pip: For dependency management.
You can install these dependencies using the following command:
pip install selenium wheelContributions are welcome! If you'd like to contribute:
- Fork the project.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add YourFeature" - Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the AGPL Licence. See the LICENSE file for details.
If you encounter any issues or have questions about the project, feel free to reach out or open an issue in the GitHub repository.
