slashtechno
7e98125597
Duplicate hosts are now omitted
2023-08-18 21:06:25 -04:00
slashtechno
ce5c516de1
Added `--log-level` flag
2023-08-07 17:47:51 -04:00
slashtechno
e2ce13ebe2
Minor changes
2023-08-07 17:47:51 -04:00
deepsource-autofix[bot]
ed8a4755c1
refactor: refactor unnecessary `else` / `elif` when `if` block has a `raise` statement
...
`raise` causes control flow to be disrupted, as it will exit the block.
It is recommended to check other conditions using another `if` statement, and get rid of `else` statements as they are unnecessary.
2023-08-06 23:03:35 +00:00
deepsource-autofix[bot]
7cad46cf8a
style: Format code with black and isort
2023-08-06 21:55:19 +00:00
/techno
bc94e67635
Use regex for extracting hosts
2023-08-06 17:50:33 -04:00
slashtechno
df2a598c9e
Remove unused imports
2023-08-01 12:20:18 -05:00
slashtechno
32f1cf588e
Allow directory to be passed as `--whitelist`
...
Improve error handling
2023-08-01 12:16:31 -05:00
slashtechno
9b3e17997d
Fix packaging
2023-08-01 10:43:03 -05:00
slashtechno
ca35c09c4d
Changed folder structure
2023-08-01 00:55:57 -05:00
slashtechno
f3cf25dfd7
Added `cmd.py`
...
Removed dependence on `utils.py` for loading API credentials
2023-07-31 22:39:12 -05:00
slashtechno
a1ca75a5dc
Reinitialized project with Poetry
2023-07-31 13:07:55 -05:00