Gmail
Author: bunnygirlcutew-cyberCreated Sep 1, 2026Updated Sep 15, 2026
import trio import httpx
from holehe.modules.social_media.snapchat import snapchat
async out = [] client = httpx.AsyncClient()
await snapchat(email, client, out)
print(out)
await client.aclose()trio.run(main)
Source: megadose/holehe