shane-tw / 500px-Bot

Bot which automates following new users on 500px.com
54 stars 17 forks source link

How to run #21

Open Serhiy23 opened 7 years ago

Serhiy23 commented 7 years ago

Hello my friend,

Can I ask you how to run this script? I downloaded tampermonkey, write it there, changed what is written but nothing going on.

Thank you

DeanWard commented 7 years ago

You have to run it via python. Once you have that installed for your operating system you can type python 500px.py on your command line and it will run.

Serhiy23 commented 7 years ago

Thank you man! 

Cheers!  ---------- Původní e-mail ---------- Od: Dean Ward notifications@github.com Komu: Kenshii/500px-Bot 500px-Bot@noreply.github.com Datum: 15. 7. 2017 16:34:08 Předmět: Re: [Kenshii/500px-Bot] How to run (#21) " You have to run it via python. Once you have that installed for your operating system you can type python 500px.py on your command line and it will run.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/Kenshii/500px-Bot/issues/21#issuecomment-315537835), or mute the thread (https://github.com/notifications/unsubscribe-auth/AcPTs10tazEjI0-6-4B3RVYZAp6AlUPFks5sOM3bgaJpZM4ODxKn) .

"

Bohus81 commented 7 years ago

Sorry guys any chance to write this step by step how to run this? I would appreciate that. I'm just technically pretty bad :) Thanks

Serhiy23 commented 7 years ago

Oh yeah, that would be nice.

I downloaded the file from the website, changed email and password there, downloaded python, opened it in it, started but it told me:

"Traceback (most recent call last):   File "C:\Users\User\Desktop\500px.py", line 3, in

    import requests, time, json, os

ModuleNotFoundError: No module named 'requests'" :((

---------- Původní e-mail ---------- Od: Bohus81 notifications@github.com Komu: Kenshii/500px-Bot 500px-Bot@noreply.github.com Datum: 18. 7. 2017 23:36:51 Předmět: Re: [Kenshii/500px-Bot] How to run (#21) " Sorry guys any chance to write this step by step how to run this? I would appreciate that. I'm just technically pretty bad :) Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/Kenshii/500px-Bot/issues/21#issuecomment-316205324), or mute the thread (https://github.com/notifications/unsubscribe-auth/AcPTs8E1jDOYqo2jyoEY8HcxPsbNVMZeks5sPSVugaJpZM4ODxKn) .

"

shane-tw commented 7 years ago

@Serhiy23 https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests/17309309#17309309

wanderlustcatalyst commented 7 years ago

Sorry I am new. I get this error:

line 3, in import requests, time, json, os ModuleNotFoundError: No module named 'requests'

Please help to fix this error, what needs to be done?