10 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
128
views
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....
1
vote
0
answers
1k
views
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. ...
0
votes
1
answer
828
views
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 ...
1
vote
1
answer
624
views
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 ...
2
votes
0
answers
143
views
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 ...
0
votes
1
answer
31
views
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
...
0
votes
1
answer
155
views
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 ...
0
votes
1
answer
38
views
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 ...
0
votes
1
answer
2k
views
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
{
...
2
votes
1
answer
1k
views
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:...