ASebastian27 / Reddit-Account-Generator

(Semi)Automagically generates Reddit accounts
83 stars 33 forks source link

syntax error line 7 #4

Closed nituladaboneko closed 1 year ago

nituladaboneko commented 2 years ago

running in linux $ python3 namesforreddit.py file "namesforreddit.py", line 7 <!doctype html> syntaxerror: invalid syntax

nituladaboneko commented 2 years ago

ah Firefox saved the .py file as html used text editor to copy and paste raw text and save

nituladaboneko commented 2 years ago

now i get the error in Terminal: traceback file namesforreddit.py line 2 in module modulenotfounderror: no module named 'selenium'

so i run the readme instructions for requirements (spelled wrong) $ pip install selenium && pip install webdriver-manager command 'pip' not found, but there are 18 similar ones.

now what to do?

nituladaboneko commented 2 years ago

search online says

Selenium installation is a 3 step process:

  1. install Java SDK
  2. Install Eclipse
  3. Install Selenium Webdriver Files

Is that right? I ran RAG before on the same linux machine with success and didn't have any of this...

ASebastian27 commented 1 year ago

Hey, just over one year late. Probably you should've used pip3 😆 Things have changed around a bit, look around and see if it's useful to you now. Thanks for showing interest in my project!!