bhattsameer / Bombers

SMS/Email/Whatsapp/Twitter/Instagram bombers Collection :bomb::bomb::bomb: :boom: Also added collection of some Fake SMS utilities which helps in skip phone number based SMS verification by using a temporary phone number that acts like a proxy.
3.06k stars 1.17k forks source link

Error when trying to use SMS bomber #103

Closed G3ckoHacks closed 1 year ago

G3ckoHacks commented 2 years ago

hello when starting up the program sms_bomber_updated.py i get this error Traceback (most recent call last): File "/home/gecko/Desktop/Bombers/sms_bomber_updated.py", line 3, in import urllib2,cookielib ModuleNotFoundError: No module named 'urllib2'

Screenshot_2022-04-02_22-18-37

Cottonwoodhill commented 2 years ago

nothing works with those scripts.

GrowingHacker commented 2 years ago

me too

Zday-X commented 2 years ago

@G3ckoHacks

CAUSE OF ERROR : The module that is producing the error is written in python v2 and the system has python v3.

REPLICATE THIS ERROR : Run the module with python3 installed in your system.

FIX : SOLUTION 1: Install python2 from here and install required dependencies.

SOLUTION 2: Port the module which is written in python2 to python3. Instructions on how to do can be found here [May not work necessarily].

Ill fork this repo and port the code manually to python3 along with adding efficiency to the code.

Check my github for updates!

NOTE: The module is not assured to work even after porting them to python3 as it has many dead api.