-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
17 lines (16 loc) · 837 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// =============== CREDENTIALS OLD TWITTER ACCOUNT ==================
// module.exports = {
// consumer_key: 'F6QkKJrQhmnyJzvO3RfuUhXx7',
// consumer_secret: 'Pq51dlHHt0PbQYiM357057c4wHaLUtTo4N12aSXyV47Vzr2IsT',
// access_token: '1071345885076893696-LXEmw62RsFBTcq5uLXmpKvtuUOrrIu',
// access_token_secret: 'hyqXwG0TIIfTHmPKRWnfQI3f5tkM07AP8Ixi74l8Y7RXK',
// timeout_ms: 60 * 1000,
// };
// =============== CREDENTIALS NEW TWITTER ACCOUNT ==================
module.exports = {
consumer_key: 'nY5flbZcfprmFXENSo0qvO2Nd',
consumer_secret: '9ZJRJgkYkGcQqSljoUDNoJyzU9DgZfWwCmts9sK27hji4YgavY',
access_token: '1083574046053171200-OH0hBw4MkCkG1ZOJLahjkocJEwgI4X',
access_token_secret: 'BG6Bp1E9C86WSUtmvkNa7q7No4Vd6AY84qNqiTZ90asa3',
timeout_ms: 60 * 1000
}