reddit-karma-farming-bot
reddit-karma-farming-bot copied to clipboard
"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
I get this this same error whether I run on Linux or docker ``` File "/usr/local/lib/python3.8/dist-packages/pipenv/core.py", line 2442, in do_run_posix os.execve( TypeError: expected str, bytes or os.PathLike object, not NoneType...
Windows 10 Home. 64-bit operating system, x64-based processor. ``` Python found! Found VS 2019 Build Tools - Excellent Found PyStemmer get-command : The term 'pipenv' is not recognized as the...
C:\Users\Administrator\.virtualenvs\reddit-karma-farming-bot-4.0.4-irMUKD2V\Lib\site-packages\psaw\PushshiftAPI.py:192: UserWarning: Got non 200 code 404 warnings.warn("Got non 200 code %s" % response.status_code) C:\Users\Administrator\.virtualenvs\reddit-karma-farming-bot-4.0.4-irMUKD2V\Lib\site-packages\psaw\PushshiftAPI.py:180: UserWarning: Unable to connect to pushshift.io. Retrying after backoff. warnings.warn("Unable to connect to pushshift.io. Retrying...
Following error on run. I was previously able to run this bot fine months ago. I just rebuilt it and ran it. Went through configuration fine, bot errors out trying...
requests.exceptions.MissingSchema: Invalid URL '': No scheme supplied. Perhaps you meant http://?
this error occurs when the bot is searching for a post to re-post. any solutions to this? I should also add up that I'm running the bot on Linux shell.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
23:13:57 finding a post to re-post 23:13:57 picking a random subreddit 23:13:57 checking subreddit: danganronpa 23:13:57 searching post in sub: danganronpa 23:13:57 pushshift-url: https://api.pushshift.io/reddit/search/submission/?subreddit=danganronpa&before=1637014437&after=1636928037&score>=5000&limit=1&author!=[deleted]&selftext:not=[deleted] 23:13:58 reposting post: qu18sn Traceback (most...
### As it is: It will run till finished, even if no comments are left. ### With changes: The loop will break if the end of comments is reached to...
Due to the extra white spaces which were there, the ELSE block won't ever get executed because TRY block would run indefinitely except of a keyboard press when the EXCEPT...