Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new func #318

Merged
merged 5 commits into from
Sep 8, 2024
Merged

new func #318

merged 5 commits into from
Sep 8, 2024

Conversation

queukat
Copy link
Contributor

@queukat queukat commented Sep 8, 2024

added a question to the user whether he wants to continue responding. when the search is completed and not wait for the remaining time (useful if all jobs are passed, and the bot continued to search for already passed)
edit cover letter, now fits on the page
added limitation of the number of applications for a vacancy (if more than the specified number. then the vacancy is skipped. works in test mode)

@queukat queukat marked this pull request as ready for review September 8, 2024 14:41
@feder-cr feder-cr merged commit 02e0185 into feder-cr:v3 Sep 8, 2024
@@ -8,7 +8,7 @@
from typing import List, Optional, Any, Tuple

from httpx import HTTPStatusError
from reportlab.lib.pagesizes import letter
from reportlab.lib.pagesizes import A4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible cause of #313 #363 #340

text_object = c.beginText(100, height - 100)
c = canvas.Canvas(file_path_pdf, pagesize=A4)
page_width, page_height = A4
text_object = c.beginText(50, page_height - 50)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible cause of #313 #363 #340

@@ -109,32 +115,80 @@ def start_applying(self):
utils.printyellow("Applying to jobs on this page has been completed!")

time_left = minimum_page_time - time.time()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#356 @reiiigns timer was located here, in current repo it looks like it moved to line 80 of this same file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants