This repository was archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
16 lines (16 loc) · 1.56 KB
/
config.js
File metadata and controls
16 lines (16 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"consumerKey":"", // Consumer Key From Twitter developer account (REQUIRED FOR BOT TO LOGIN TO YOUR ACCOUNT)
"consumerSecret":"", // Consumer Secret From Twitter developer account (REQUIRED FOR BOT TO LOGIN TO YOUR ACCOUNT)
"accessToken":"", // Aceess Token Key From Twitter developer account (REQUIRED FOR BOT TO LOGIN TO YOUR ACCOUNT)
"acessTokenSectret":"", // Access Token Secret Key From Twitter developer account (REQUIRED FOR BOT TO LOGIN TO YOUR ACCOUNT)
"daysTokeep":"14", // Amount of days worth of activity to keep on twitter before deleting it
"amountToScan":"50", // Amount of tweets to scan though in every giveaway scan
"scanInterval":"5", // Amount of minutes between giveaway scans
"amountToScanMessages":"5", // Amount of messages to scan in every directmessage scan
"checkMessagesInterval":"10", // Amount of miniutes between directmessage scans
"cleanInterval":"300", // Amount of minutes between the automatical deletion function
"ghostmode":"True", // Set to Flase to stop the bot performing twitter actions
"printMode":"True", // Set to True to allow the bot to print the actions it is performing for debugging
"slaveAccounts":[" @BenK360", " @AshtonP_360", " @FaZe__Jimmy", " @josh_herbet"], // Accounts used for the automatic replies to tweets that contain ('tag 3 friends')
"tradeLink":"www.steamcommunity.com/tradeoffer/new/?partner=43969537&token=FNUT-F4d" // Steam trade link (this is automatically sent to a user upon request, this allows the user to send the bot owner skins on steam with out the bot owner doing anything)
}