humza1400 / Exeter-Selfbot

beta release version for my discord selfbot
68 stars 124 forks source link

2 issues #26

Closed Asap2024 closed 1 year ago

Asap2024 commented 2 years ago

When i go to terminal and do pip install [dependency] doesnt work but if i do it without brackets works. Then why i cd then the file and try to python exeter.py it tells me that line 15 in module from bs4 import beautifulsoup as bs4 says its not found

owolo commented 2 years ago

you can install modules without brackets only, since you don't need them and for second issue type pip install beautifulsoup4 or pip install bs4 (does the same thing)