如果不是图像,获取图像的 URL?
我有以下函数,它使用 Reddit 的 JSON api 列出 subreddit“/r/fffffffuuuuuuuuuuuu”中的最新 Rage Comic。我让它提取图像 URL 并将其输出为 img。然…
使用 Apigee 学习 reddit JSON API。我如何提交故事?
根据 https://github.com/reddit/reddit/wiki/API 我需要至: “将以下内容发布到 http://www.reddit.com/api/submit: uh=f0f0f0f0&kind=link&url=yo…
有 Reddit 替代品吗?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
PHP 中的 Reddit API 在提交故事时返回错误的验证码
使用 php Reddit api 提交故事会返回错误的验证码作为错误。 我可以使用 api 登录并使用 api 完美获取 usermod 和验证码。 理想情况下,如果 reddit_s…
使用 json 模块解码 json 字符串时出现问题
联系服务器后,我得到以下字符串作为响应 {"kind": "t2", "data": {"has_mail": null, "name": "shadyabhi", "created": 1273919273.0, "created_utc"…
Reddit 帖子 API
我正在尝试遵循 reddit api,如下所述: https://github.com/reddit/ reddit/wiki/API 使用curl登录不是问题: curl -d user=user -d passwd=pass -c …
“pycountry.db”的问题--- 属性错误:“模块”对象没有属性“db”;
编辑:事实证明这是 reddit 和最新(0.14)版本的 pycountry 的某种兼容性问题。 easy_install'd 0.12.1 现在一切正常 我正在尝试设置一个 reddit 实…
例如,Reddit 排名的数学算法从何而来?
最近,我正在研究 Reddit 的算法,用于确定什么使帖子成为“热门”主题以及哪些内容适合 Reddit 主页。 我正在读的文章在这里: http://amix.dk/blog/…
从 Reddit 子版块获取 JSON 格式的新帖子
我该如何获取 JSON 格式的 Reddit 子版块的新帖子?只需将 .json 添加到 url (http://www.reddit.com/r/SOME_SUBREDDIT/new.json) 即可返回以下内容:…
在 Go 中将 C 和 Python 代码串在一起?
更新 我正在尝试创建一个简单的 Go 函数,该函数只需在 reddit 风格的 Markdown 字符串中并返回适当的 HTML。 现在,我知道安装 Discount 是先决条件…
reddit json 的 REDDIT 第 3 页
从 Reddit api 来看,它说可以获取页面的 json。我可以对首页执行此操作,但是如何在不访问第二页的情况下获取第三页的 json? 有可能吗? 我正在使用…
尝试安装 reddit 时在 Ubuntu 中运行 Paster shell example.ini 时出现问题
当我尝试运行 Paster shell example.ini 时,我遇到: connection failure: TLEngine(postgres://reddit/[email protected]/reddit) 后面跟着一长串回…
在 iPhone 上处理 Cookie 和 Reddit
我正在为 iPad 和 iPhone 构建 Reddit 客户端。我知道还有其他一些客户端,但我对选项卡式 Reddit 浏览有一些非常酷的想法 :D Anywho,我首先在后端工…