Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
52448cc
removed redunand project iterations
kosma-hyzoe Feb 9, 2023
8a844f2
refactored imports in booking.py
kosma-hyzoe Feb 9, 2023
23bb2d7
some extra refactoring to fit my style
kosma-hyzoe Feb 9, 2023
df53c54
readme, requirements, gitignore
kosma-hyzoe Feb 9, 2023
036a7a6
implemented webdriver manager
kosma-hyzoe Feb 9, 2023
424a94a
removed redundant try/catch block
kosma-hyzoe Feb 9, 2023
2742b12
replaced deprecated find__by syntax, some pep
kosma-hyzoe Feb 9, 2023
3167293
temp. disabled currency and inputs to debug stuff
kosma-hyzoe Feb 10, 2023
5583c1c
mostly working on styles and updating locators
kosma-hyzoe Feb 10, 2023
893c6d8
more styles (line breaks) and locators (xpath)
kosma-hyzoe Feb 10, 2023
d888c39
added config and helpers for conditional waits
kosma-hyzoe Feb 10, 2023
b1d09a7
moved helpers,major changes in select_place_to_go
kosma-hyzoe Feb 10, 2023
b02de51
stable first result locator at last
kosma-hyzoe Feb 10, 2023
a4de160
bot sequence complete, misc ad hoc fixes
kosma-hyzoe Feb 10, 2023
bc5d375
simplified and moved reporting/extracting results
kosma-hyzoe Feb 10, 2023
74282f1
chekpoint after major changes throughout
kosma-hyzoe Feb 10, 2023
d43c0ba
Update README.md
kosma-hyzoe Feb 10, 2023
61197cd
requirements update + final touches
kosma-hyzoe Feb 10, 2023
859058a
Merge branch 'master' into dev
kosma-hyzoe Feb 10, 2023
ca53b6a
beta release?
kosma-hyzoe Feb 10, 2023
716cdc0
Update README.md
kosma-hyzoe Feb 10, 2023
e69a126
Update README.md
kosma-hyzoe Feb 10, 2023
e76566a
Update README.md
kosma-hyzoe Feb 10, 2023
bc66445
Update README.md
kosma-hyzoe Feb 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 135 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
## My IDE

.idea/

## Python .gitignore template from GitHub

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
9 changes: 0 additions & 9 deletions 1/main.py

This file was deleted.

20 changes: 0 additions & 20 deletions 2/main.py

This file was deleted.

23 changes: 0 additions & 23 deletions 3/main.py

This file was deleted.

19 changes: 0 additions & 19 deletions Bot Project/04 - Structure a Bot Project/booking/booking.py

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions Bot Project/04 - Structure a Bot Project/run.py

This file was deleted.

Empty file.
43 changes: 0 additions & 43 deletions Bot Project/05 - Deal Searching Part 1/booking/booking.py

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions Bot Project/05 - Deal Searching Part 1/run.py

This file was deleted.

Empty file.
88 changes: 0 additions & 88 deletions Bot Project/06 - Deal Searching Part 2/booking/booking.py

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions Bot Project/06 - Deal Searching Part 2/run.py

This file was deleted.

Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading