Skip to content

Resident234/checkpoint

Repository files navigation


🌐 FB Uploader


Python minimum version

😊 Description

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.

Features

  • CLI usage and modules
  • Python library usage

✔️ Requirements

  • Python >= 3.9

Installation

To set up the project on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Resident234/fb_selenium_uploader.git
    cd fb_selenium_uploader
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate        # On Windows: venv\Scripts\activate
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. [Explain how to run the script or application]

    python <script_name>.py
  2. [Provide example commands or configurations if applicable]

  3. [Added instructions on how to use Selenium, if required]

Dependencies

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 wheel

Contribution Guidelines

Contributions are welcome! If you'd like to contribute:

  1. Fork the project.
  2. Create your feature branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m "Add YourFeature"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request.

License

This project is licensed under the AGPL Licence. See the LICENSE file for details.

Support

If you encounter any issues or have questions about the project, feel free to reach out or open an issue in the GitHub repository.


About

Selenium Upload photo to Facebook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages