Note
It only works with allegro lokalnie auctions
Warning
You are using this software at your own risk
Important
You need to have Firefox web browser installed
-
Download AuctionBot_[version].exe from releases
-
run downloaded file
-
click
More info
-
then click
Run anyway
-
Download AuctionBot_[version].run from releases
-
go to the directory where you downloaded the file
cd [directory]
-
sometimes you might need to give execute permission to the file (more about linux permissions)
chmod u+x AuctionBot_[version].run
-
run the executable
./AuctionBot_[version].run
Download here
Note
AuctionBot icon -> link to the img (CC0)
Windows .exe file:
pyinstaller --onefile --icon=cart.ico main.py --name AuctionBot_ver.exe
Linux .run file:
pyinstaller --icon=cart.ico --onefile main.py --name AuctionBot_ver.run
table generated with:
pip-licenses
pipenv run pip-licenses --from=classifier --with-urls --with-system --format=markdown
Name | Version | License | URL |
---|---|---|---|
PySocks | 1.7.1 | UNKNOWN | https://github.com/Anorov/PySocks |
altgraph | 0.17.4 | MIT License | https://altgraph.readthedocs.io |
attrs | 23.1.0 | MIT License | https://www.attrs.org/en/stable/changelog.html |
certifi | 2023.7.22 | Mozilla Public License 2.0 (MPL 2.0) | https://github.com/certifi/python-certifi |
cffi | 1.16.0 | MIT License | http://cffi.readthedocs.org |
h11 | 0.14.0 | MIT License | https://github.com/python-hyper/h11 |
idna | 3.4 | BSD License | https://github.com/kjd/idna |
outcome | 1.3.0.post0 | Apache Software License; MIT License | https://github.com/python-trio/outcome |
packaging | 23.2 | Apache Software License; BSD License | https://github.com/pypa/packaging |
pefile | 2023.2.7 | UNKNOWN | https://github.com/erocarrera/pefile |
prettytable | 3.9.0 | BSD License | https://github.com/jazzband/prettytable |
pycparser | 2.21 | BSD License | https://github.com/eliben/pycparser |
pyinstaller | 6.1.0 | GNU General Public License v2 (GPLv2) | https://www.pyinstaller.org/ |
pyinstaller-hooks-contrib | 2023.10 | Apache Software License; GNU General Public License v2 (GPLv2) | https://github.com/pyinstaller/pyinstaller-hooks-contrib |
pywin32-ctypes | 0.2.2 | UNKNOWN | https://github.com/enthought/pywin32-ctypes |
selenium | 4.14.0 | Apache Software License | https://www.selenium.dev |
setuptools | 68.2.2 | MIT License | https://github.com/pypa/setuptools |
sniffio | 1.3.0 | Apache Software License; MIT License | https://github.com/python-trio/sniffio |
sortedcontainers | 2.4.0 | Apache Software License | http://www.grantjenks.com/docs/sortedcontainers/ |
trio | 0.23.1 | Apache Software License; MIT License | https://github.com/python-trio/trio |
trio-websocket | 0.11.1 | MIT License | https://github.com/python-trio/trio-websocket |
urllib3 | 2.0.7 | MIT License | https://github.com/urllib3/urllib3/blob/main/CHANGES.rst |
wcwidth | 0.2.9 | MIT License | https://github.com/jquast/wcwidth |
wsproto | 1.2.0 | MIT License | https://github.com/python-hyper/wsproto/ |