Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script doesn’t work for me #1

Open
Maximapple opened this issue Sep 6, 2017 · 9 comments
Open

Script doesn’t work for me #1

Maximapple opened this issue Sep 6, 2017 · 9 comments
Assignees

Comments

@Maximapple
Copy link

I'm seeing the following error when I try to execute it:

Maxims-MacBook-Pro:500px-bot-master-2 maxim$ python run.py 
None
error page
Traceback (most recent call last):
  File "run.py", line 425, in <module>
    print doLogin()
  File "run.py", line 77, in doLogin
    configValues["user_data"] = responseLoginPost["user"]
KeyError: 'user'

Am I doing something wrong?

@TheJoin95
Copy link
Owner

Hi @Maximapple, the script is not yet finished.
I need to work on, but all the single functions are already working.

I will update this repo with all the new features that I'm working on, in these days.
Please, wathing this repo for news and feel free to contribute.

Thank you

@Maximapple
Copy link
Author

Hey @TheJoin95,

Alright, thanks for letting me know. I hope this issue will be fixed in the next few days. :)

@Maximapple
Copy link
Author

Hey,

When are you going to update it?

@TheJoin95 TheJoin95 self-assigned this Nov 12, 2017
@TheJoin95
Copy link
Owner

@Maximapple In the last couple of month I was too busy (job & life) to continue to work on this project.

Now, I'm trying to figure out some important features like an easy to use configuration and management of all the comments, searchs and fav.

I will update this repo as much as I can in the next couple of weeks.
Ty

@Maximapple
Copy link
Author

Hey @TheJoin95

How's it going? Is this script working a little bit now? I'd love to use it.

@TheJoin95
Copy link
Owner

@Maximapple Yeah, I made some progress and more will come soon.
Now, the script can search and like, but I need to add some limit rate check and other features.

By the way, right now the script is working with search and like. To use it, you need to edit the init.py and add more a search with: mainBot.search("term to search and like randomly")

Stay tuned for others update, ty.

@Maximapple
Copy link
Author

Maybe you can implement a feature that likes the pictures that appear on https://500px.com/fresh?

@TheJoin95
Copy link
Owner

Hi @Maximapple, yeah I've already do that, but I need to understand the flow of the search algorithm.
Anyway I'm still coding on this project so I will make some update in the near future 💃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@Maximapple @TheJoin95 and others