Questions tagged [reddit]

Looking for assistance with Reddit's API, an online platform for news ranking and social interaction?

The third page of Reddit's JSON data on display

When utilizing the Reddit api, I have found a way to retrieve the json of a page. I have successfully done this for the front page, but now I am wondering how to obtain the json for the third page without navigating through the second page. Is there a met ...

Encountering Never-Ending 500 Errors When Requesting Vote Count from Reddit API

Trying to retrieve vote counts using Reddit's API for a specific URL, but consistently encountering an Error 500 message. Below is a snippet of the code I am using. Any assistance would be greatly appreciated. $useragent="Mozilla/5.0 (Windows; U; Win ...

Utilizing Selenium and Python to access your Reddit account

Attempting to automate the login process on Reddit using Selenium with Python, here is the code snippet I am currently utilizing: from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.common.exceptions import NoSuchEl ...

Thumbnail for Reddit link not displaying due to dynamic OG:image issue

I am currently working on a NextJS app that allows users to share links to Reddit. The issue I am facing is that the link preview in Reddit always shows the same thumbnail image, regardless of the shared link. Interestingly, this problem does not occur whe ...

Compiling TypeScript into JavaScript with AngularJS 2.0

Exploring the capabilities of AngularJS 2.0 in my own version of Reddit, I've put together a script called app.ts ///<reference path="typings/angular2/angular2.d.ts" /> import { Component, View, bootstrap, } from "angular2/angular2 ...

The Reddit API in Python contains a list of stored URLs that require organization

Currently, I am utilizing PRAW, which is a Python wrapper for the Reddit API (visit to learn more). Through this, I have successfully printed out the URLs of my latest upvoted posts. # begin subreddit instance subreddit = reddit.subreddit('dankmemes ...

I am struggling to interact with the signup button on a Reddit registration page while automating with Selenium using Python

I'm having trouble using Selenium to submit a form for creating a new Reddit account. I need some assistance with selecting and clicking the sign-up button on the webpage after entering all the necessary details. Despite multiple attempts, I haven&apo ...

Obtaining essential data while facing a redirect situation

I need to extract the og data from a specific URL: https://www.reddit.com/r/DunderMifflin/comments/6x62mz/just_michael_pouring_sugar_into_a_diet_coke/ Currently, I am using open-graph-scraper for this task. However, the issue I'm facing is that it i ...

Seeking assistance in configuring Reddit OAuth using Node.js

I've been facing difficulties with this issue for a few days now and I couldn't find the necessary information in the Reddit API documentation to obtain oauth access using node. After registering my application with Reddit, I set 'http://loc ...

Accessing feedback from Reddit's API

After writing some code to search Reddit's API with a specific query, I now want it to display comments as well. Inside my $.getJSON statement that retrieves each title/post based on the search query, I have the following nested code block. The goal i ...

Iterating through the parsed JSON data in Ruby

Currently, I am working on iterating through a parsed JSON response retrieved from reddit's API. After conducting some research online, I have come across similar issues faced by others. However, none of the suggested solutions seem to resolve the pr ...

What is the best way to adjust the maximum width of Reddit's embedded comment iframe?

Reddit provides a code that can be embedded to display their comments on a website, As an example: <div class="reddit-embed" data-embed-media="www.redditmedia.com" data-embed-parent="false" data-embed-live="false" data-embed-uuid="24a3e666-f855-4664 ...