fluxxset / Brutforcing-Metamask-seed

15 stars 20 forks source link

How to correct this #1

Closed KAJOUAOU closed 2 years ago

KAJOUAOU commented 2 years ago

Traceback (most recent call last): File "c:\Users\Asus\Desktop\Brutforcing-Metamask-seed-main\brut2.py", line 7, in from etherscan import Etherscan ImportError: cannot import name 'Etherscan' from 'etherscan' (C:\Python310\lib\site-packages\etherscan__init__.py) PS C:\Users\Asus\Desktop\Brutforcing-Metamask-seed-main>

fluxxset commented 2 years ago

Install packages frist using pip install requriments.txt

On Sun, Apr 24, 2022, 9:09 PM KAJOUAOU @.***> wrote:

Traceback (most recent call last): File "c:\Users\Asus\Desktop\Brutforcing-Metamask-seed-main\brut2.py", line 7, in from etherscan import Etherscan ImportError: cannot import name 'Etherscan' from 'etherscan' (C:\Python310\lib\site-packages\etherscaninit.py) PS C:\Users\Asus\Desktop\Brutforcing-Metamask-seed-main>

— Reply to this email directly, view it on GitHub https://github.com/fluxx03/Brutforcing-Metamask-seed/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVTMNLAEB6DOA576FFVSQKDVGVTL7ANCNFSM5UGNEELQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fluxxset commented 2 years ago

USAGE :

clone git repo

git clone https://github.com/fluxx03/Brutforcing-Metamask-seed.git

install packages

cd Brutforcing-Metamask-seed

pip install -r requirements.txt

run Script

replace your api key with XXXXXXXX in brut.py script. you can get api key from( https://etherscan.io/)

python brut.py or python3 brut.py