I have been trying to make a bot that searches for a specific keyword in the reddit title, if that keyword is true it would then comment something in that thread. Everything works find, just I have one problem, after around 4 hours of it running it…
It is the content of my podfile:
platform :ios, '7.0'
pod 'RedditKit', '~> 1.3'
It is placed at the root of my iOS project (i.e. not a workspace)
When I ran pod install I got this error message:
$ pod install
Analyzing dependencies
[!] An error…
I'm creating a Discord.py bot and what I want it to do is add a !meme command on which it pulls a random meme from the r/memes subreddit. I have found some code on Stack Overflow as to how to do that. My problem is that I need 3 parameters,…
I'm trying to get the report for an account from Reddit using their ads API.
I did the authentication process according to: https://ads-api.reddit.com/docs/#section/Authentication
When I invoked the report API,…
Receiving an invalid grant error despite all credentials being correct. Does anyone know the routes I should post to and what headers and data I should include?
The code I tried is here:
exports.redditPost = async (subreddit) => {
const redditBot…
Having difficulty downloading a series of results when using the GUI. I'm able to log into my account, find a user and/or subreddit, but when I download I only get 1 result and it say
ERROR: Failed to extract due to: Unsupported Domain
Have…
Using the Reddit API, is it possible to return a list of Reddit comments if the submission title includes a specific keyword? For example, if the keyword is "Lime Sparkling Water", I want to return all the comments under submissions that have "Lime…
I am using the RedditKit gem and in order to access certain elements, I need to send a request to reddit api to create a "client" object. Below is my current logic:
## application_controller
before_action :redditkit_login
private
def…
I have a reddit post link here:
https://www.reddit.com/r/dankmemes/comments/6m5k0o/teehee/
I wish to access the data of this post throught the redditkit API.
http://www.rubydoc.info/gems/redditkit/
I have tried countless times and the docs…
I am using https://github.com/samsymons/RedditKit SDK for reddit api's. I have implemented the whole functionality.
I am facing issue in getting full size image from this sdk.
If anybody used this SDK, can help me getting full size image?
Thank…
i am using following code for text post in reddit.com but it gives bad captcha error,how can we get captcha and pass it in code. i am stuck there please help..
class Program
{
static void Main(string[] args)
{
…