Reddit Bots: Difference between revisions
Jump to navigation
Jump to search
| Line 22: | Line 22: | ||
=== External links === | === External links === | ||
* [https://www.reddit.com/dev/api/ Reddit API] - Reddit documentation | * [https://www.reddit.com/dev/api/ Reddit API] - Reddit documentation | ||
* [https://praw.readthedocs.io/en/stable/ PRAW library] - The Python Reddit API Wrapper | |||
* [https://yojji.io/blog/how-to-make-a-reddit-bot How to Make a Reddit Bot] - Yojji.io Blog | * [https://yojji.io/blog/how-to-make-a-reddit-bot How to Make a Reddit Bot] - Yojji.io Blog | ||
=== References === | === References === | ||
<references /> | <references /> | ||
Revision as of 13:50, 19 April 2022
Obscuring IP address
Bot through proxy instead of VPN. [1]
- Proxies are faster than VPNs.
- A VPN is a single connection, so still a single IP.
- Proxies allow multiple connections at once, so many IPs.
Acquiring proxies
Things to look up: residential vs private proxies.
Don't know if this site is legit or not but there is info here: Best Reddit Proxies of 2022 - Best Proxy Reviews
Some suggestions to follow up on:
- https://proxy.webshare.io - random reddit user recommends them for price
- https://smartproxy.com - residential proxies
- https://myprivateproxy.net - private proxies
See also
External links
- Reddit API - Reddit documentation
- PRAW library - The Python Reddit API Wrapper
- How to Make a Reddit Bot - Yojji.io Blog