├── onlyfans.json ├── README.md └── onlyfans_test.json /onlyfans.json: -------------------------------------------------------------------------------- 1 | { 2 | "static_param": "7HMjX3tp4B4JJDOryHAMCUIQCtmGq69D", 3 | "format": "51892:{}:{:x}:69406376", 4 | "checksum_indexes": [15,35,3,7,21,26,39,35,4,0,6,29,35,28,37,27,22,4,9,10,37,21,27,13,17,31,28,24,0,14,9,0], 5 | "checksum_constants": [-102,-68,93,59,-102,-103,135,127,-67,116,-81,93,85,-101,-90,83,136,-121,69,-79,103,-84,-70,-88,-74,61,-125,-137,106,110,77,92], 6 | "checksum_constant": 53, 7 | "app_token": "33d57ade8c02dbc5a333db99ff9ae26a", 8 | "remove_headers": ["user-id"] 9 | } 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Dynamic Rules for [UltimaScraper API](https://github.com/UltimaHoarder/UltimaScraperAPI) 2 | 3 | Special thanks to **[Hippothon](https://github.com/hippothon)** for reversing the core algorithm that makes these rules possible. 4 | 5 | Huge appreciation to **[OFFriend](https://github.com/OFFriend)**, who provided automated commits for years and helped keep the project alive before retiring. 6 | 7 | Currently maintained by **[UltimaHoarder](https://github.com/UltimaHoarder)**. 8 | 9 | --- 10 | 11 | ### Update Status 12 | 13 | This fork is updated manually. 14 | -------------------------------------------------------------------------------- /onlyfans_test.json: -------------------------------------------------------------------------------- 1 | { 2 | "static_param": "tvVWD9potV3lkLlphMw0SY9JbNFfgZnt", 3 | "format": "36967:{}:{:x}:67ab18ae", 4 | "checksum_indexes": [5,26,37,33,24,29,3,8,24,28,25,1,16,38,36,17,25,4,12,5,14,30,20,27,28,34,8,1,33,29,17,3], 5 | "checksum_constants": [118,116,-111,-66,101,124,92,53,82,113,121,-147,124,121,104,108,-139,-54,130,-113,-91,-104,90,-86,111,119,-87,129,-62,143,77,93], 6 | "checksum_constant": 1209, 7 | "app_token": "33d57ade8c02dbc5a333db99ff9ae26a", 8 | "remove_headers": ["user-id"], 9 | "error_code": 0, 10 | "message": "" 11 | } 12 | --------------------------------------------------------------------------------