|
| 1 | +configVersion: 2.0.0 |
| 2 | +generation: |
| 3 | + sdkClassName: XapiScraper |
| 4 | + maintainOpenAPIOrder: true |
| 5 | + usageSnippets: |
| 6 | + optionalPropertyRendering: withExample |
| 7 | + sdkInitStyle: constructor |
| 8 | + useClassNamesForArrayFields: true |
| 9 | + fixes: |
| 10 | + nameResolutionDec2023: true |
| 11 | + nameResolutionFeb2025: true |
| 12 | + parameterOrderingFeb2024: true |
| 13 | + requestResponseComponentNamesFeb2024: true |
| 14 | + securityFeb2025: true |
| 15 | + sharedErrorComponentsApr2025: true |
| 16 | + sharedNestedComponentsJan2026: true |
| 17 | + nameOverrideFeb2026: true |
| 18 | + auth: |
| 19 | + oAuth2ClientCredentialsEnabled: true |
| 20 | + oAuth2PasswordEnabled: true |
| 21 | + hoistGlobalSecurity: true |
| 22 | + inferSSEOverload: true |
| 23 | + sdkHooksConfigAccess: true |
| 24 | + schemas: |
| 25 | + allOfMergeStrategy: shallowMerge |
| 26 | + requestBodyFieldName: body |
| 27 | + versioningStrategy: manual |
| 28 | + persistentEdits: {} |
| 29 | + tests: |
| 30 | + generateTests: true |
| 31 | + generateNewTests: true |
| 32 | + skipResponseBodyAssertions: true |
| 33 | + repoUrl: https://github.com/twexapi-dev/x-api-scraper-python |
| 34 | +python: |
| 35 | + version: 0.1.0 |
| 36 | + additionalDependencies: |
| 37 | + dev: {} |
| 38 | + main: {} |
| 39 | + allowedRedefinedBuiltins: |
| 40 | + - id |
| 41 | + - object |
| 42 | + - input |
| 43 | + - dir |
| 44 | + asyncMode: both |
| 45 | + authors: |
| 46 | + - TwexAPI |
| 47 | + baseErrorName: XapiScraperError |
| 48 | + bodyVariantOverloads: false |
| 49 | + clientServerStatusCodesAsErrors: true |
| 50 | + constFieldCasing: normal |
| 51 | + defaultErrorName: XapiScraperDefaultError |
| 52 | + description: Twitter API alternative Python SDK for tweet search, follower scraping, timelines, DMs, communities, lists, trending, and X automation. Not affiliated with X Corp. |
| 53 | + documentationUrl: https://docs.twexapi.io |
| 54 | + durationFormat: true |
| 55 | + enableCustomCodeRegions: false |
| 56 | + enumFormat: union |
| 57 | + envVarPrefix: X_API_SCRAPER |
| 58 | + errorSchemaValidation: true |
| 59 | + eventStreamClassNames: |
| 60 | + async: EventStreamAsync |
| 61 | + sync: EventStream |
| 62 | + fixFlags: |
| 63 | + asyncPaginationSep2025: true |
| 64 | + conflictResistantModelImportsFeb2026: true |
| 65 | + responseRequiredSep2024: true |
| 66 | + flattenGlobalSecurity: true |
| 67 | + flattenRequests: true |
| 68 | + flatteningOrder: parameters-first |
| 69 | + forwardCompatibleEnumsByDefault: true |
| 70 | + forwardCompatibleUnionsByDefault: tagged-only |
| 71 | + homepage: https://twexapi.io |
| 72 | + httpClientLibrary: httpx |
| 73 | + imports: |
| 74 | + option: openapi |
| 75 | + paths: |
| 76 | + callbacks: "" |
| 77 | + errors: errors |
| 78 | + operations: "" |
| 79 | + shared: "" |
| 80 | + webhooks: "" |
| 81 | + inferUnionDiscriminators: true |
| 82 | + inputModelSuffix: input |
| 83 | + inputTypedDictSuffix: TypedDict |
| 84 | + license: MIT |
| 85 | + maxMethodParams: 999 |
| 86 | + methodArguments: infer-optional-args |
| 87 | + methodTimeoutArgument: timeout-ms |
| 88 | + methodTimeoutUnits: milliseconds |
| 89 | + moduleName: x_api_scraper |
| 90 | + multipartArrayFormat: standard |
| 91 | + optionalDependencies: {} |
| 92 | + outputModelSuffix: output |
| 93 | + packageManager: uv |
| 94 | + packageName: x_api_scraper |
| 95 | + preApplyUnionDiscriminators: true |
| 96 | + pytestFilterWarnings: [] |
| 97 | + pytestTimeout: 0 |
| 98 | + rawResponseHelpers: false |
| 99 | + responseFormat: flat |
| 100 | + responseSchemaValidation: true |
| 101 | + sseFlatResponse: false |
| 102 | + templateVersion: v2 |
| 103 | + useAsyncHooks: false |
| 104 | + uuidFormat: false |
0 commit comments