FuckingToasters / discord-group-spammer

You need to run all_together.py and follow the instructions on the readme below. This Tool allows you to use various discord exploits for educational use.
https://discord.verify.gay
GNU General Public License v3.0
58 stars 146 forks source link

[SUGGESTION] Check if required modules are already installed #18

Closed Spaceish closed 2 years ago

Spaceish commented 2 years ago

Is your feature request related to a problem? Please describe. Yes. It'll be faster if you checked if the required modules are already there.

Describe the solution you'd like At the end of install_modules() above the os.sytem thing add: with open('done.yay', 'w') as f: f.close() And when the install_modules() is called add a check if the path exists: if exists('done.yay') == False: install_modules()

FuckingToasters commented 2 years ago

Is your feature request related to a problem? Please describe. Yes. It'll be faster if you checked if the required modules are already there.

Describe the solution you'd like At the end of install_modules() above the os.sytem thing add: with open('done.yay', 'w') as f: f.close() And when the install_modules() is called add a check if the path exists: if exists('done.yay') == False: install_modules()

Sounds good. could you make a pull request?

Spaceish commented 2 years ago

Is your feature request related to a problem? Please describe. Yes. It'll be faster if you checked if the required modules are already there.

Describe the solution you'd like At the end of install_modules() above the os.sytem thing add: with open('done.yay', 'w') as f: f.close() And when the install_modules() is called add a check if the path exists: if exists('done.yay') == False: install_modules()

Sounds good. could you make a pull request?

Yes, curently i'm on vacation, but when i come back i sure will.☺ P.S : I have acces to my phone tho, not sure if i can make a PR on it.

FuckingToasters commented 2 years ago

I don't know why i made the function anyways. i updated the file and now it's automatically installing the libarys in the requirements.txt file.