Hi,
I made a small tool for use in faction, to my best knowledge fully complying with rules and API documentation.
Yet I'm looking to whom I can ask about validation that it is not causing any harm.
TMO's faction tool asks each member to log in with a Torn API key custom-scoped to only `user > log` for two categories (gym-training energy spend and Xanax hospital events), which it encrypts at rest and never shares between members or uses beyond re-pulling that
same member's own log data.
Data agregation is then presented as a Dashboard for faction members.
It rejects keys from any other faction. A first-time login can trigger ~50–100 small, week-chunked calls against that member's own key to avoid Torn's log endpoint truncating large ranges; every login after that is a single small incremental call, and faction-wide syncs are staggered rather than bursted.
I can provide full description if needed.
User agent for API calls also provides identification and contact.
I’m looking to someone who can say that key usage and data sharing is ok?
thank you
Arkady