标签 reddit 下的文章

11月11日,Reddit 官方在 r/redditdev 子版块发布重磅公告,正式终结“自助式”API 访问时代。从即日起,任何新创建的 OAuth 令牌都必须经过人工审批才能生效。这意味着开发者、研究者和版主若想通过程序自动发帖、抓取数据或运行机器人,都得先提交申请、等待通过——过去“注册即用”的自由时光一去不复返。为了给审批提供依据,Reddit 同步推出《负责任构建者政策》(Responsible Builder Policy)。这份文件明确了数据使用边界:不允许恶意刷帖、骚扰用户或大规模爬取内容。符合政策的“友好机器人”仍可继续运行,但任何潜在滥用行为都可能被直接封禁。现有授权不受影响,老项目照常运转,新玩家则必须排队接受审查。公告特别强调,Devvit 仍是首选开发路径。官方鼓励大家优先用这个内置平台打造互动应用,只有在功能确实无法满足时,才走 API 审批流程。研究者可通过专门通道申请数据访问,版主则有独立支持入口。Reddit 表示,此举是为了“保护社区、减少垃圾信息”,同时保证真正有价值的创新项目能顺利推进。

https://www.reddit.com/r/redditdev/comments/1oug31u/introducing_the_responsible_builder_policy_new/

reddit改版之后,之前设置的mod siderbar 没有设置入口了

subreddit如何设置siderbar

https://new.reddit.com/r/subredditname/?styling=true

需要用这个链接然后打开

subreddit如何设置siderbar

参考; https://support.reddithelp.com/hc/en-us/articles/15484474697748-Sidebar-Widgets

在 Sidebar Widgets 中,选择 Add widget 然后选择 Text,可以创建一个自定义文本区域。 您可以在这个区域写上“友情链接”或类似的标题,然后添加其他 Subreddit 的链接。

[Friendly Subreddit 1](https://www.reddit.com/r/FriendlySub1/)
[Friendly Subreddit 2](https://www.reddit.com/r/FriendlySub2/)

reddit红迪论坛最知名的反贼板块r/real_China_irl被管理禁止

海外论坛类似贴吧的reddit知名的中文板块r/real_China_irl最近被管理方屏蔽,已经无法访问,但是china_irl依然可以访问,real_China_irl被很多海外所谓"反贼"群体推崇称为经常讨论的板块,而China_irl则被指责删帖太多.无论如何,r/real_China_irl被屏蔽还是引起了很多网友的指责.
同时也有版块的管理员声明放弃板块

reddit红迪论坛最知名的反贼板块r/real_China_irl被管理禁止

reddit在国内屏蔽无法访问,并且今年在美国上市称为最火的IPO之一, 招股书显示,腾讯持有6.4%的Reddit A类股及11.7%的B类股,一共持股为11%,有11.6%的投票权,是公司的第二大股东。

还有很多规则 例如设置仅仅允许发图片,或者仅仅视频等等.
https://www.reddit.com/r/modguide/wiki/contentcontrol/#wiki_only_allow_link_posts_.2F_no_text.2Fvideo.2Fimage_posts_.28etc..29

Limiting post types with Content Controls and AutoMod
Images
Only allow image posts (direct uploads only)
Only allow image posts (including hosting sites)
Only allow text posts and image posts (direct uploads only)
Don't allow image posts (including hosting sites)
Videos
Only allow video posts (direct uploads only)
Only allow video posts (including hosting sites)
Don't allow link posts to video hosting sites
Don't allow video posts (direct upload+hosting sites)
Images & Videos
Only allow image and video posts (direct uploads only)
Only allow image and video posts (including hosting sites)
Don't allow image and video posts (including hosting sites)
Links
Only allow link posts / No text/video/image posts (etc.)
Don't allow link posts
Only allow Reddit links / no external links
Don't allow links / No links
Only allow links to specific domains
Don't allow links to specific domains
Only allow crossposts
Don't allow crossposts
Misc.
Only allow polls
Where to put the AM rule

登陆到reddit
https://www.reddit.com/prefs/apps

创建一个新的应用程序:
点击“Create App”或“Create Another App”按钮。
填写表单,具体如下:
name:您的应用程序名称。
App type:选择 script,因为您创建的是基于脚本的应用程序。
description:简要描述您的应用程序。
about url:填写一个关于您应用程序的更多信息的 URL。 如果没有专门的网页,可以使用一个占位链接,比如 https://example.com/about,直到您有一个正式的链接。
redirect uri:对于脚本,可以使用 http://localhost:8080 或其他合适的 URI。
permissions:选择您的应用程序需要的权限。