twspace-crawler
Version:
Script to monitor & download Twitter Spaces 24/7
54 lines • 1.72 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.twitterGraphqlEndpoints = void 0;
exports.twitterGraphqlEndpoints = {
UserByRestId: {
queryId: 'Lxg1V9AiIzzXEiP2c8dRnw',
operationName: 'UserByRestId',
},
UserByScreenName: {
queryId: 'oUZZZ8Oddwxs8Cd3iW3UEA',
operationName: 'UserByScreenName',
},
UserTweets: {
queryId: 'rIIwMe1ObkGh_ByBtTCtRQ',
operationName: 'UserTweets',
},
UserTweetsAndReplies: {
queryId: 'U21eghOo40F4jvBsSyMrsQ',
operationName: 'UserTweetsAndReplies',
},
UserMedia: {
queryId: 'fswZGPS7zuksnISWCMvz3Q',
operationName: 'UserMedia',
},
UserWithProfileTweetsQueryV2: {
queryId: '3JNH4e9dq1BifLxAa3UMWg',
operationName: 'UserWithProfileTweetsQueryV2',
},
UserWithProfileTweetsAndRepliesQueryV2: {
queryId: '8IS8MaO-2EN6GZZZb8jF0g',
operationName: 'UserWithProfileTweetsAndRepliesQueryV2',
},
TweetDetail: {
queryId: 'TuC3CinYecrqAyqccUyFhw',
operationName: 'TweetDetail',
},
HomeLatestTimeline: {
queryId: '9GIv1oF33K_0t1hqQOzoCg',
operationName: 'HomeLatestTimeline',
},
AudioSpaceById: {
queryId: 'kZ9wfR8EBtiP0As3sFFrBA',
operationName: 'AudioSpaceById',
},
AudioSpaceById_Legacy: {
queryId: 'Uv5R_-Chxbn1FEkyUkSW2w',
operationName: 'AudioSpaceById',
},
AudioSpaceByRestId: {
queryId: 'N80MQ7fkrpuq1-kCWVSvzQ',
operationName: 'AudiospaceByRestId',
},
};
//# sourceMappingURL=twitter-graphql-endpoint.constant.js.map