howsmydriving-twitter
Version:
Twitter abstraction for @HowsMyDrivingWA.
12 lines (11 loc) • 420 B
TypeScript
import * as AWS from 'aws-sdk';
import * as Twit from 'twit';
export declare var __MODULE_NAME__: string;
export declare const tableNames: {
[tabletype: string]: string;
};
export declare function processNewTweets(T: Twit, docClient: AWS.DynamoDB.DocumentClient, bot_app_id: number): Promise<void>;
export declare function chompTweet(tweet: Twit.Twitter.Status): {
chomped: boolean;
chomped_text: string;
};