I’ve been working on a Torn tool that integrates strategic advice, API data, and player goals into an interactive planner. It pulls in Torn’s official API and overlays it with forum-based guides (Crimes 2.0 strategies, gym plans, war tactics, etc.).
I’ve tried using cookies, headers, and even rendering engines to pull readable data from forum threads — but Torn’s security model reliably blocks every method, even with valid user sessions and respectful headers.
At this point, my only viable option is to request either:
- A supported method to retrieve forum thread content (e.g. internal read-only API endpoint, or authenticated scraping guidelines)
- Or clear feedback on whether forum scraping (under respectful, non-commercial use) is strictly disallowed
I’m not asking for open access — just a definitive answer on how (or if) guide content can be safely parsed into tooling like the one I’m building. Any info on future V2 API plans that include forum access would also be hugely appreciated.
Thanks for your time — really hoping to align with the platform and avoid workarounds if possible.