Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 1Point3Acres adapter coverage for #676.
1Point3Acres is a particularly valuable information source for international students, including Chinese students studying abroad. Many students and early-career professionals check it frequently for admissions, job search, workplace, and overseas life discussions.
1point3acres forums1point3acres hot1point3acres threads1point3acres posts1point3acres searchValidation
npm run buildnpm run start -- 1point3acres forums --limit 5npm run start -- 1point3acres threads --limit 3npm run start -- 1point3acres posts 1171818 --limit 1 -f yaml --verbosenpm run start -- 1point3acres search 面经 --limit 1 -f yaml --verboseNotes
The public commands ran successfully against the 1Point3Acres API. The posts command uses the logged-in browser session to parse the thread page because the posts API rejects the earlier request shape with HTTP 400. The search command checks the API first and reports a clear account-permission error when the logged-in 1Point3Acres user group cannot use site search.
Closes #676