sniffingpickles / Auto-Amazon-Giveaways

Automated Amazon Giveaways using Python3 & Pyppeteer :gift: :snake:
6 stars 8 forks source link

Update requirements.txt #2

Closed dziban303 closed 6 years ago

dziban303 commented 6 years ago

I submitted a pull request to update requirements.txt, adding bs4 and tinydb.

distrax commented 6 years ago

I think you've covered the new issues well. The requirements.txt update led my script to run but I can't get more than two done at the moment due to the other errors.

This is in no way complaining. Just confirming. Great work sniffingpickles and good find dziban303

dziban303 commented 6 years ago

@distrax while this gets fixed, in the meantime you can use my* fork of zdrouse's original bot. It will happily run for hours if you let it. It works pretty well, but it doesn't do video giveaways.

Run it with python loop.py give_it_away_now.py to have it restart when it crashes, and add your username and password in give_it_away_now.py so you won't need to enter it every time it starts.

It will open a random giveaway page so if it does crash, it won't waste time trying all the giveaways you've already done.

You may need to add the full path to your python.exe in loop.py, if you've got multiple python versions installed, or don't have the directory in your PATH variable.

sniffingpickles commented 6 years ago

Thanks for the updates/pull requests, I've been busy irl; so I just dumped the giveaway.py changes without thinking of the import/libs change.

Let me know if i can update anything else, I'm going to update requirements today when I get the chance. Sorry about that.

Video giveaways should be fine, there's one new giveaway for a kindle that's messing everything up; I'll try and get a working query finder for it tonight.