-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d629362
commit cd30973
Showing
38 changed files
with
535 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Facebook | ||
url: https://www.facebook.com/KevinNitro | ||
about: Facebook của tui nè 🤞 | ||
- name: Telegram | ||
url: https://t.me/KevinNitro | ||
about: Telegram thầm kín to nhỏ 🤐 | ||
- name: Facebook | ||
url: https://www.facebook.com/KevinNitro | ||
about: Facebook của tui nè 🤞 | ||
- name: Telegram | ||
url: https://t.me/KevinNitro | ||
about: Telegram thầm kín to nhỏ 🤐 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ body: | |
label: 📝 Ghi chú | ||
placeholder: Bạn có ghi chú gì thêm không? | ||
validations: | ||
required: false | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ body: | |
- Co | ||
- Cothedeonaoduoc | ||
validations: | ||
required: true | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# THIS PROJECT | ||
**/*test* | ||
**/.?*cache* | ||
**/*log* | ||
VNULIB-Downloader/* | ||
Profiles/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
"minSeverityLevel": "LOW", | ||
"issueType": "DEPENDENCY" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended" | ||
] | ||
"extends": ["config:recommended"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
selenium==4.17.2 | ||
webdriver-manager==4.0.1 | ||
requests==2.31.0 | ||
urllib3==2.2.1 | ||
argparse==1.4.0 | ||
pyyaml==6.0.1 | ||
print-color==0.4.6 | ||
alive-progress==3.1.5 | ||
argparse==1.4.0 | ||
img2pdf==0.5.1 | ||
pillow==10.2.0 | ||
pillow==10.2.0 | ||
print-color==0.4.6 | ||
pyyaml==6.0.1 | ||
requests==2.31.0 | ||
selenium==4.17.2 | ||
urllib3==2.2.1 | ||
webdriver-manager==4.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,4 @@ restylers: | |
- "**/*.py" | ||
- "main.py" | ||
- "!autopep8" | ||
- "!pyment" | ||
- "!pyment" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[pep8] | ||
ignore = E501, W505 | ||
ignore = E501, W505 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
"""Contains classes, function, object to be imported in main | ||
""" | ||
|
||
from __future__ import annotations | ||
|
||
from .bot import Browser, Login, Action | ||
from .modules import PrintIntro, Config, UserOptions, LinkParse, DownloadIMG, CreatePDF, DeleteIMG | ||
from .modules import setup_argparse | ||
from .utils import logger, print_title, pause, create_directory | ||
from .bot import Action, Browser, Login | ||
from .modules import (Config, CreatePDF, DeleteIMG, DownloadIMG, LinkParse, | ||
PrintIntro, UserOptions, setup_argparse) | ||
from .utils import create_directory, logger, pause, print_title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
"""Selenium bot""" | ||
|
||
from __future__ import annotations | ||
|
||
from .action import Action | ||
from .browser import Browser | ||
from .login import Login | ||
from .action import Action |
Oops, something went wrong.