@jjcity/ttviews
Version:
Automation for add views tiktok
11 lines • 532 B
JavaScript
module.exports = {
port: 80,
apiKey: 'xxxxxxxxxxx', // TR Link API Key
adsCoin: 30, // Reklam izlerken 30 coin verir.
buyCoin: 100, // Satın alırken 100 coin verir.
mongoURL: 'mongodb://localhost:27017/izlenme', // MongoDB URL
url: 'http://localhost.com/callback',
smmApiKey: 'xxxxxxxxxxxxx', // API https://igresellers.com/ üzerinden alınabilir.
serviceID: 2682, // https://igresellers.com/ üzerinden tiktok izlenme servis idsi.
sendCount: 100 // Gönderilecek izlenme sayısı.
}