Merge pull request #6647 from totorowechat/feat/scboy

docs: add scboy endoc
This commit is contained in:
NeverBehave 2021-01-10 19:13:11 -05:00 committed by GitHub
commit 9ca0e9bb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -35,3 +35,14 @@ pageClass: routes
### Discussion
<RouteEn author="nczitzk" example="/lowendtalk/discussion/168480" path="/lowendtalk/discussion/:id?" :paramsDesc="['Discussion id']"/>
## SCBOY forum
### Thread
<RouteEn author="totorowechat" example="/scboy/thread/188673" path="/scboy/thread/:tid" :paramsDesc="['thread tid']" radar="1">
If the url of the thread is <https://www.scboy.com/?thread-188673.htm> then tid would be `1789863`.
When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environment`. See <https://docs.rsshub.app/en/install/#Deployment> for details. `SCBOY_BBS_TOKEN` is included in cookies with `bbs_token`.
</RouteEn>