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

1.2.0 #208

Draft
wants to merge 93 commits into
base: master
Choose a base branch
from
Draft

1.2.0 #208

Changes from 1 commit
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
05611c7
Update morePromotions.py
OmegaBlurz Sep 3, 2024
4400d48
Update dailySet.py
Rippenkneifer Sep 6, 2024
2b4ea72
Update activities.py
Rippenkneifer Sep 6, 2024
cd30d85
Update login.py
Rippenkneifer Sep 6, 2024
c793db2
Pulled Pork - Bann & Lock check (#201)
cal4 Sep 7, 2024
39bdfea
Pork shoulders (#200)
cal4 Sep 7, 2024
568a721
Refactor getRemainingSearches
cal4 Sep 7, 2024
cb3c668
Add fixme
cal4 Sep 7, 2024
4560eae
Put logging back
cal4 Sep 7, 2024
2986396
.gitignore
Guido30 Sep 7, 2024
f8f29b3
removed config.yaml
Guido30 Sep 7, 2024
102d90b
Merged config-private into config.yaml
Guido30 Sep 7, 2024
dcdfdce
Restored configurarion files
Guido30 Sep 8, 2024
56c6721
More configs for apprise and more (#203)
cal4 Sep 8, 2024
cc7d4c2
Update morePromotions.py
OmegaBlurz Sep 9, 2024
4d8ed73
First Docker implementation
belgio99 Sep 9, 2024
ab079fc
Removed duplicate options from cherry-pick
belgio99 Sep 9, 2024
245adb1
Added first GitHub Action to push on Docker Hub
belgio99 Sep 9, 2024
b2160cd
Added Docker image versioning based on GitHub tags
belgio99 Sep 9, 2024
97a4616
Added 15s timeout to support 2FA
belgio99 Sep 9, 2024
7893e12
chore: Update Dockerfile to use apt-get instead of apt, and pip --no-…
belgio99 Sep 9, 2024
653392f
Delete the apt-get lists after installing packages
belgio99 Sep 9, 2024
b08ae39
Removed unused 2FA import
belgio99 Sep 9, 2024
c8082ef
Fixed Docker semantic versioning
belgio99 Sep 9, 2024
57560e8
Add more promos (#205)
klept0 Sep 9, 2024
ab4a8a7
Change action to match username specified in secret
belgio99 Sep 9, 2024
fbccd4d
Docker implementation (#114)
cal4 Sep 9, 2024
fa5194f
Update morePromotions.py
klept0 Sep 9, 2024
ed8c7d6
Add config singletons, combine default configs
cal4 Sep 9, 2024
f726e57
Make search simpler and remove failing terms completely
cal4 Sep 9, 2024
f8d5ba9
Change log level to info
cal4 Sep 9, 2024
8558132
Add assertion message
cal4 Sep 9, 2024
04e9e36
Make quicker
cal4 Sep 9, 2024
8a9df3d
Fix indent
cal4 Sep 9, 2024
1e90f13
Add new promo and fix some
cal4 Sep 10, 2024
de76983
Reformat and add PROMOTION_TITLE_TO_SEARCH
cal4 Sep 10, 2024
3798ecb
Add comment
cal4 Sep 11, 2024
14cc1d7
Add jitter and remove delete
cal4 Sep 11, 2024
93375b1
Fix error when switching to new tab and optionally close it
cal4 Sep 11, 2024
885f19c
Clarify lang and geo options
cal4 Sep 12, 2024
6b3c39a
Reformat
cal4 Sep 12, 2024
d3bbaa6
Get language and country from locale
cal4 Sep 12, 2024
ee86e6d
Add pycountry and sort alphabetically
cal4 Sep 12, 2024
ac792f5
Remove ipapi and upgrade apprise
cal4 Sep 12, 2024
f79be71
Refactor getting language and country
cal4 Sep 14, 2024
f6a9feb
Refactor warning logging
cal4 Sep 14, 2024
49e4930
Put ipapi back
cal4 Sep 14, 2024
7f6080a
Handle all activities in single loop
cal4 Sep 27, 2024
9a3dc6c
Refactor config
cal4 Sep 27, 2024
bdd0c86
Clean up and make consistent
cal4 Sep 27, 2024
38f6c12
Simplify message dismiss
cal4 Sep 27, 2024
fed3068
Simplify message dismiss
cal4 Sep 27, 2024
478557d
Simplify message dismiss
cal4 Sep 27, 2024
0e2c966
Use typing_extensions
cal4 Sep 27, 2024
f89f2d2
Add option to ignore identity activity
cal4 Sep 27, 2024
494c9df
Reformat using Black
cal4 Sep 27, 2024
44b0116
Alphabetize
cal4 Oct 23, 2024
bc30d82
Clean up activity title for emails
cal4 Oct 23, 2024
92d2720
Fix issue where page load timed out
cal4 Oct 23, 2024
4572c60
Refactor imports and use method name only
cal4 Oct 23, 2024
9291a6e
Remove staticmethod in favor of function https://stackoverflow.com/a/…
cal4 Oct 23, 2024
ff3b02d
Remove staticmethod in favor of function https://stackoverflow.com/a/…
cal4 Oct 23, 2024
a15f2e5
Add fixme
cal4 Nov 2, 2024
c936439
Remove deprecated classes
cal4 Nov 5, 2024
6bed6fc
Up timeToWait and use default
cal4 Nov 5, 2024
50dc6dc
Fix import order
cal4 Nov 6, 2024
8f6ec04
Increase base_delay_in_seconds
cal4 Nov 7, 2024
d9d6e7d
Sleep 5-10 minutes after success
cal4 Nov 14, 2024
68602ed
Get points from dashboard since more reliable
cal4 Nov 14, 2024
ef098d9
Remove scrolls
cal4 Nov 14, 2024
245d3b1
Remove comment
cal4 Nov 15, 2024
ef42d25
Log incomplete activities
cal4 Nov 17, 2024
81afb32
Check for level before getting remaining mobile searches
cal4 Nov 17, 2024
6511198
Fix Discover open job roles
cal4 Nov 18, 2024
2e2540c
Add new activities
cal4 Nov 25, 2024
815001a
Add apprise notification on login with phone code
Kyrela Nov 29, 2024
b6ee600
Add login notifications configuration in config.yaml
Kyrela Dec 1, 2024
c269afb
Add apprise notification on login with phone code (#229)
cal4 Dec 1, 2024
0785ba2
Update userAgentGenerator.py
jdeath Dec 3, 2024
68e4c7f
Update userAgentGenerator.py
jdeath Dec 3, 2024
a1352d8
Update userAgentGenerator.py
jdeath Dec 3, 2024
9a21404
Fix Edge API (#233)
cal4 Dec 3, 2024
7974152
fix: resolve KeyError in getEdgeVersions and bug in getLanguageCountry
SteveTryndamere Dec 8, 2024
6d23c75
Handle when daily_set_date exists but is empty
cal4 Dec 9, 2024
2bf51d3
Add ability to more generically ignore activities
cal4 Dec 9, 2024
4ff9d79
fix: resolve KeyError in getEdgeVersions and bug in getLanguageCountr…
cal4 Dec 10, 2024
c6d5889
Exit 1 on exception
Kyrela Dec 14, 2024
63c6b32
Better, simpler and unified config
Kyrela Dec 17, 2024
a3d2aac
Enhance README.md with command-line override details
Kyrela Dec 25, 2024
8604039
Exit 1 on error (#244)
klept0 Jan 6, 2025
770e318
[PROPOSAL] Better, simpler and unified config (#248)
klept0 Jan 21, 2025
e88f6ee
Fix unwanted changed on #237
Kyrela Jan 22, 2025
1671870
Fix unwanted changes on #237 (#258)
klept0 Jan 25, 2025
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
Prev Previous commit
Next Next commit
Removed unused 2FA import
belgio99 committed Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b08ae39f91dbf5120c5888f79c4f8b49b57ba7ed
1 change: 0 additions & 1 deletion src/login.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import argparse
import contextlib
import logging
import os
from argparse import Namespace

from pyotp import TOTP