| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A tool to upload your advertisements to multiple sites, like Marktplaats and Tweakers.
Use cases:
For each advertisement, the program expects a folder with photos and a text file for the description.
You will need to create a folder for each advertisement you want to upload.
Such a folder needs to contain the photos and the description for the advertisement.
The description should be provided as a .txt file, and must contain the following:
Have the latest Chrome browser installed.
Have the latest Python version installed, with python.exe added to the PATH.
Open the terminal in cloned folder and create a virtual Python environment called venv to prevent package issues:
python -m venv venvActivate the created virtual environment:
venv\Scripts\activateOn Linux, you may need to have the following packages installed:
yay -S gobject-introspection Install the required Python packages:
pip install -r requirements.txt| Back | FazBrowse Home | New Git URL |