Skip to content

wojtazk/allegrolokalnie-auction-bot

Repository files navigation

icon of a cart AuctionBot


GitHub GitHub top language GitHub code size in bytes

GitHub forks GitHub Repo stars

Bot that wins auctions for you!!!

image image


Note

It only works with allegro lokalnie auctions


How to run

Warning

You are using this software at your own risk


Important

You need to have Firefox web browser installed

Windows

  • Download AuctionBot_[version].exe from releases

  • run downloaded file

  • click More info

    image

  • then click Run anyway

    image


Linux

Important

On Linux you need ldd version >= 2.38

image

check out stackoverflow for more info

  • 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

    image

  • run the executable

    ./AuctionBot_[version].run

    image


Executable files

Download here

Generated with pyinstaller

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

Project dependencies

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/