reddit Questions
1
Solved
I try to install reddit on a 12.04 ubuntu server but I get an error
Please see the lines from terminal below. Please help me to fix it.
I get this error after the ff line "sudo python setup.py dev...
Shammer asked 1/5, 2016 at 23:56
3
I couldn't get any help on reddit/r/redditdev so I'm hoping you fine folks at stackoverflow can help
I'm trying to call /api/submit.
I can successfully log the user in and retrieve the bearer/ac...
Conjunct asked 14/7, 2015 at 17:1
1
Solved
I have a function to scrape all the posts in the Bitcoin subreddit between 2014-11-01 and 2015-10-31.
However, I'm only able to extract about 990 posts that go back only to October 25. I don't un...
Triplet asked 24/11, 2015 at 19:7
2
Solved
Using Praw I am trying to get the post linked to in the title of a Reddit submission. For example the submission links to this image. I have tried figuring out a way to extract this information fro...
2
Solved
I know there's a way to submit a link post to reddit.
https://www.reddit.com/r/test/submit?title=myTitle&url=http://www.exampledsfsd.com
which pops up a page like this with the title and url...
Inordinate asked 5/9, 2015 at 6:25
2
Solved
How would I go about getting the new posts of a subreddit in JSON? Just tacking on .json to the url (http://www.reddit.com/r/SOME_SUBREDDIT/new.json) returns the following:
{
kind: "Listing"
-
...
1
Solved
Is it possible to post a link to Reddit via URL?
For example for Facebook you can do
<a href="https://www.facebook.com/sharer/sharer.php?u=http://stackoverflow.com">
Share Stackoverflow o...
Magnetron asked 18/7, 2014 at 10:42
3
Solved
So I asked this question recently on the existence of link submission + reputation systems. The response I got excited me to the core. I mean, reddit had it open sourced so why re-invent the ...
Laura asked 12/9, 2011 at 21:5
1
I spent some time yesterday writing the solution for this challenge published on Reddit, and was able to get through it without cheating, but I was left with a couple of questions. Reference materi...
Matutinal asked 10/3, 2014 at 3:20
1
Solved
I'm trying to iterate of a parsed JSON response from reddit's API.
I've done some googling and seems others have had this issue but none of the solutions seem to work for me. Ruby is treating ['da...
2
Solved
I cannot refresh the Reddit access token.
When I send following request to https://ssl.reddit.com/api/v1/access_token
Content-Type: application/x-www-form-urlencoded
Authorization: #####
client_sec...
1
Solved
So I've written some code that searches reddits api based on a query and I want it to display comments as well. I have the following code nested inside my $.getJSON statement that pulls each title/...
Aundreaaunson asked 5/2, 2014 at 14:25
1
Reddit is currently migrating its database from PosgreSQL to Apache Cassandra. Does anybody know what database schema does Reddit use in Cassandra?
Strangury asked 30/4, 2012 at 8:19
1
Solved
Is there a way to get all posts for a given subreddit instead of just the posts newer than one month?
For example, this is the "last" page of posts from IAmA subreddit we can get to, http://www.re...
Satsuma asked 18/9, 2013 at 20:35
1
Solved
I am trying to print all the comments from the top posts of a subreddit so that my bot can analyse them. I had it running earlier in the day, but I tried running it now and I have come across an er...
1
Solved
I'm trying to log into Reddit and get my own account data.
This my Python code:
from pprint import pprint
import requests
import json
username = 'dirk_b'
password = 'willnottell'
user_pass_dict ...
1
Solved
I've been looking at the API methods and couldn't find one that would return a json with all the subreddits. Or is the only way to do this is by scraping reddit.com/reddits?
Colocynth asked 26/2, 2013 at 23:27
1
Solved
Maybe I'm just tired, but I can't figure out how to use the Reddit-API to retrieve stories properly despite staring at the API docs [1] for an hour..
For example if I GET the URL http://www.reddit...
Truckage asked 9/11, 2012 at 19:56
2
Solved
I have been running a cron job on Google App Engine for over a month now without any issues. The job does a variety of things, one being that it uses urllib2 to make a call to retrieve a json respo...
Infusive asked 22/1, 2012 at 18:29
1
Solved
I'm attempting to use the reddit API to make posts, but the server is returning 500 errors.
For example, I tried posting to this URL with my cookie set:
http://www.reddit.com/api/submit?title=tes...
Bipropellant asked 2/7, 2012 at 21:19
4
Solved
Hay i need to hand implemeneting a voting system into a model.
I've had a huge helping hand from Mike DeSimone making this work in the first place, but i need to expand upon his work.
Here is my ...
1
I'm trying to parse through the subreddits on http://reddit.com for the links, but so far I'm blocked by the limit of the 25 results given (say when visiting http://www.reddit.com/r/apple+programmi...
1
Solved
I'm trying to use the Reddit API to do some stuff. I have everything working but changing pages and logging in.
I need to login to use my program, I know how to use the cookie I get, but I just ca...
2
recently I was looking at Reddit's algorithm for determining what makes a post a "hot" topic and which content is suitable for the reddit homepage.
the article I was reading is here:
http://amix.d...
4
Solved
I'm wondering if someone has already built a system for threaded comments (for lack of a better term) in Rails or if I need to build it myself.
In case it's not clear, what I'm referring to is a ...
Swagman asked 21/1, 2009 at 2:34
© 2022 - 2024 — McMap. All rights reserved.