[WIP] Twitter support

This commit is contained in:
syuilo
2017-01-20 11:09:54 +09:00
parent 6c36c2419f
commit 257d54d1e6
5 changed files with 25 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ interface ISource {
secretKey: string;
};
accesslog: string;
twitter: {
consumer_key: string;
consumer_secret: string;
};
}
/**