coskundeniz / ad_clicker

Google Ads clicker
https://coskundeniz.github.io/ad_clicker/
GNU General Public License v3.0
161 stars 62 forks source link

error cannot use it. #2

Closed Daniel3356 closed 2 years ago

Daniel3356 commented 2 years ago

Hi can you please put a step by step instructions on how to install it I have trouble installing it. this is that I have as an error:

(ad_clicker) name@ubuntu-linux:~$ python ad_clicker/ad_clicker.py -q "keyword"
Traceback (most recent call last):
  File "ad_clicker/ad_clicker.py", line 5, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Thanks for making a step my step and Thanks for helping me.

coskundeniz commented 2 years ago

ModuleNotFoundError: No module named 'requests'

It means requests package is not installed. Please first run the setup script as explained in description.