first commit

This commit is contained in:
Soxoj
2020-01-08 09:51:07 +03:00
commit ac0be37480
21 changed files with 22264 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#! /usr/bin/env python3
"""
Maigret (Sherlock fork): Find Usernames Across Social Networks Module
This module contains the main logic to search for usernames at social
networks.
"""
import asyncio
import maigret
if __name__ == "__main__":
asyncio.run(maigret.main())