mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Version 0.1.8
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.8] - 2020-12-31
|
||||
* added XMind export
|
||||
* more than 1500 sites supported
|
||||
* parallel processing of requests
|
||||
|
||||
## [0.1.7] - 2020-12-11
|
||||
* fixed proxies support
|
||||
* fixed aiohttp stuff to prevent python 3.7 bugs
|
||||
|
||||
@@ -15,7 +15,7 @@ Purpose of Maigret - **collect a dossier on a person by username only**, checkin
|
||||
This is a [sherlock](https://github.com/sherlock-project/) fork with cool features under heavy development.
|
||||
*Don't forget to regularly update source code from repo*.
|
||||
|
||||
Currently supported >1300 sites ([full list](./sites.md)).
|
||||
Currently supported more than 1500 sites ([full list](./sites.md)).
|
||||
|
||||
## Main features
|
||||
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ from .sites import SitesInformation
|
||||
|
||||
import xmind
|
||||
|
||||
__version__ = '0.1.7'
|
||||
__version__ = '0.1.8'
|
||||
|
||||
supported_recursive_search_ids = (
|
||||
'yandex_public_id',
|
||||
|
||||
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
|
||||
requires = rf.read().splitlines()
|
||||
|
||||
setup(name='maigret',
|
||||
version='0.1.7',
|
||||
version='0.1.8',
|
||||
description='Collect a dossier on a person by username from a huge number of sites',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user