Questions tagged [redditkit]

RedditKit is a reddit API wrapper

RedditKit is a reddit API wrapper. Available in Ruby and Objective-C.

11 questions
2
votes
0 answers

Reddit Bot Stops commenting after certain time

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…
2
votes
1 answer

Cocoapod: Not possible to fast-forward, aborting

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…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
1
vote
0 answers

How to get the client_id, client_secret and user_agent parameters from Reddit with discord.py

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,…
Black'n'White
  • 3
  • 1
  • 12
1
vote
1 answer

Reddit get ads report API

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,…
Yosefarr
  • 709
  • 5
  • 12
  • 26
0
votes
1 answer

Unable to post on to reddit despite having all correct credentials with snoowrap

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…
0
votes
0 answers

Unhandled Exception for Downloader for Reddit

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…
Adam
  • 1
0
votes
1 answer

Using the Reddit API, is it possible to return a list of comments if the submission title includes a specific keyword?

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…
Josh May
  • 5
  • 3
0
votes
1 answer

How to make a rails server wide object?

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…
Dillawes0me
  • 190
  • 4
0
votes
1 answer

How to access a reddit post using redditkit in ruby?

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…
Dillawes0me
  • 190
  • 4
0
votes
1 answer

RedditSdk full size image is unavailable

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…
UGandhi
  • 518
  • 1
  • 8
  • 28
0
votes
1 answer

how to text post on reddit.com using c#

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) { …
Sanjiv Rajput
  • 145
  • 1
  • 13