jm.balestek
6fb0dc1067
Adding permutator feature for usernames ( #1575 )
...
* Adding permutator feature for usernames
("", "_", "-", ".") when id_type == username
File : maigret/permutator.py
Arg : --permute
For now, only permute from 2 elements and doesn't return single elements (element1, _element1, element1_, element2, _element2, ...). 12 permuts for 2 elements.
To return single elements as well, Permute(usernames).gather(method="all"), but not implemented in maigrat.py. 18 permuts for 2 elements. Should we ? With another argument ?
* Update test_cli.py
permute arg added
2024-07-23 16:19:43 +02:00
dependabot[bot]
7c5995f165
Bump aiohttp from 3.8.3 to 3.8.6 ( #1222 )
...
* Bump aiohttp from 3.8.3 to 3.8.6
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.3 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.6 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fixed problematic test after aiohttp upgrade
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2023-10-15 21:34:21 +02:00
Theodore Ni
dc9b44bd14
Add compatibility with pytest >= 7.3.0 ( #1117 )
...
Starting in this version, marks are no longer ordered. Sorting by their
names still sorts slow marks to the end of the list of tests.
2023-08-24 09:32:03 +02:00
Soxoj
a914283a15
Skipped broken tests
2022-03-18 01:51:14 +03:00
dependabot[bot]
e8d63ef273
Bump pytest-asyncio from 0.16.0 to 0.17.0 ( #314 )
...
* Bump pytest-asyncio from 0.16.0 to 0.17.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Python version specified for dependency (3.6 support was dropped)
* Pytest config fixes
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2022-01-15 12:46:33 +03:00
Soxoj
5c05cfa5bc
Fixed BongaCams, links parsing improved ( #297 )
...
* Fixed BongaCams, links parsing improved
* Fixed tests
2022-01-08 03:45:49 +03:00
Soxoj
bda85b290e
Fixed failed tests (thx to Meta aka Facebook) ( #273 )
2021-12-20 23:16:33 +03:00
soxoj
7decbce08d
Box drawing logic improved, added new settings ( #217 )
2021-11-09 02:33:31 +03:00
Soxoj
7a362406d5
Documentation and settings improved
2021-11-06 08:24:12 +03:00
Soxoj
f81a500d72
Added cascade settings loading from ~/.maigret/settings.json and ./settings.json
2021-11-05 13:46:17 +03:00
Soxoj
516861e0ae
Some security fixes
...
Added link to Patreon
2021-10-31 22:41:59 +03:00
Soxoj
c7977f1cdf
Draft of graph report
2021-06-21 22:20:51 +03:00
Soxoj
9b0acc092a
Refactoring of submit module, some fixes
2021-06-13 00:43:28 +03:00
Soxoj
02cf330e37
Added I2P sites support
2021-06-02 23:45:11 +03:00
Soxoj
13e1b6f4d1
Added some domains for new DNS checker, fixed reports generation crashes
2021-06-02 23:16:44 +03:00
Soxoj
4aeacef07d
Sort by number of data points ( #105 )
2021-05-22 20:23:53 +03:00
Soxoj
ba6169659e
Added DNS checker
2021-05-22 03:12:04 +03:00
Soxoj
a76f95858f
Added checker of Tor sites
2021-05-20 23:26:02 +03:00
Soxoj
99fa58ceed
Disabled Twitter activation test
2021-05-18 00:55:18 +03:00
Soxoj
2c04ccce57
Improved tests
2021-05-18 00:43:56 +03:00
Soxoj
28835204f5
Added text report to CLI output
2021-05-15 16:55:05 +03:00
Soxoj
c9219d91ec
Tags updated, added tests for tags
...
Added several sites
Updated socid_extractor version to avoid bug #150
2021-05-15 14:51:30 +03:00
Soxoj
b696b982f4
Added some photo sites, improved errors detecting
2021-05-08 20:37:34 +03:00
Soxoj
b6a207d0e3
Updated sites, improved submit dialog, bump to 0.2.2
2021-05-07 12:27:24 +03:00
Soxoj
0e9655c46a
Improve extracting ids from URLs, tests
2021-05-06 22:35:44 +03:00
Soxoj
78e9688ece
Test data fix
2021-05-05 23:27:30 +03:00
Soxoj
3cbb9df7b3
Main maigret function refactoring
2021-05-05 18:02:13 +03:00
Soxoj
3b91a9cd31
CLI arguments improvements, tests added
2021-05-05 15:27:56 +03:00
Soxoj
66d6c7a93c
Added some new sites, engines updates
2021-05-03 03:16:02 +03:00
Soxoj
951be44452
Fixed test fixture scope
2021-05-02 20:12:36 +03:00
Soxoj
188edc1b7f
Fixed json report generation bug, bump to 0.2.1
2021-05-02 20:06:15 +03:00
Soxoj
5ee91f6659
Introduced --retries flag, made thorough refactoring
...
- updated sites list
- test scripts linting
2021-05-01 23:54:01 +03:00
Soxoj
f43dc5bd6f
Errors stats MVP, some fp fixes
2021-04-25 01:08:23 +03:00
Soxoj
2741680d4a
Fixed bug with ignore403 for engine-based sites
2021-03-28 17:37:18 +03:00
Soxoj
a2ddb15f09
Improving "parse" mode for extracting usernames and other info for a further search
2021-03-21 18:34:57 +03:00
Soxoj
314eb25d1f
Created async requests executors, some sites fixes
2021-03-20 20:57:07 +03:00
Soxoj
908176be85
Reformat code, some sites added
2021-03-19 01:48:20 +03:00
Soxoj
c0956a0e23
Improved extraction of usernames from links in personal data
2021-02-15 01:36:10 +03:00
Soxoj
631de7b346
Added reports of JSON format (simple, njdson); improved submit logic; added several sites
2021-02-13 01:06:05 +03:00
Soxoj
b4fb100387
Improved sites list filtering, pretty messages
2021-02-06 18:14:36 +03:00
Soxoj
cf8d0958ed
Full CookieJar support with test, +1 site
2021-01-27 01:44:21 +03:00
Soxoj
d1f7343832
Tags and custom checks bugfixes
2021-01-16 14:25:13 +03:00
Soxoj
9b2f8f20ed
Reports refactoring & improving
2021-01-16 00:50:04 +03:00
Soxoj
cb2318a4a1
Twitter parsing activation
2021-01-14 03:26:12 +03:00
Soxoj
47cf6f4d81
Self-checking mode fixed, tags/names site filtering & ranking
2021-01-11 21:42:24 +03:00
Ping-uu
81e92b365b
test fix
2021-01-11 14:47:58 +01:00
Soxoj
e4765d1ed9
HTLM reports draft, 500 sites scanning by default
2021-01-07 23:52:29 +03:00
Soxoj
5c8b65d033
Reports refactoring & tests
2021-01-06 10:53:23 +03:00
Soxoj
d389ba9e76
Refactoring: updated data & sites storing, tests added
2021-01-03 23:48:33 +03:00
Soxoj
315ecec39f
Refactoring, sites database tests
2021-01-02 00:23:58 +03:00