Automatically generate the announce description for you eBay items. It will add a beautiful announce content, with pictures and colors.
A picture is worth a thousand words:
- Create your product announce on eBay. Upload pictures and enter a textual description in the announce details.
- Publish your announce
- Run the script (see Run section below). It will create the HTML code for your announce
- Modify the previously created announce, and replace the HTML code
- Publish your announce again
- Profit!
Please contact me or raise an issue if you have any question!
- Automatically create a text file for each announce
- Does not create a file for already modified announces
- Archive old announces
- Better templating (eg: shop name and details in a separate config file)
- Color choice
- You tell me, you can also send me a pull request!
docker-compose up
Create a virtual Python 3.7+ environment (venv) then:
.\venv\Scripts\activate.ps1
pip install -r requirements.txt
python -m eag
Create a virtual Python 3.7+ environment (venv) then:
source venv/Scripts/activate
python3 -m pip install -r requirements.txt
python3 -m eag
@joshuamcewen wrote the original HTML and CSS template and allowed me to publish it to open source. He sells other eBay templates as well. Thank you!