diff --git a/Owner.json b/Owner.json index 9ccb1c3..7161a74 100644 --- a/Owner.json +++ b/Owner.json @@ -1,4 +1,4 @@ { - "u14f64e139a3817afaabe27d237afb36b": true, - "ub1b509c992a859740c6d8f0ecbd30995": true + "ue30f597601dbead84804c31fa8f10175": true, + "u91d5d161e0935121e6217c9bd93410f0": true } diff --git a/admin.json b/admin.json index 9ccb1c3..7161a74 100644 --- a/admin.json +++ b/admin.json @@ -1,4 +1,4 @@ { - "u14f64e139a3817afaabe27d237afb36b": true, - "ub1b509c992a859740c6d8f0ecbd30995": true + "ue30f597601dbead84804c31fa8f10175": true, + "u91d5d161e0935121e6217c9bd93410f0": true } diff --git a/Nadya5bot.py b/bot.py similarity index 99% rename from Nadya5bot.py rename to bot.py index 16659d1..ad1b102 100644 --- a/Nadya5bot.py +++ b/bot.py @@ -11,37 +11,37 @@ #==============================================================================# botStart = time.time() -nadya = LINE() +#nadya = LINE() #nadya = LINE("TOKEN KAMU") -#nadya = LINE("Email","Password") +nadya = LINE("il1li@outlook.com","123Qw123e") nadya.log("Auth Token : " + str(nadya.authToken)) channelToken = nadya.getChannelResult() nadya.log("Channel Token : " + str(channelToken)) -ki = LINE() +#ki = LINE() #ki = LINE("TOKEN KAMU") -#ki = LINE("Email","Password") +ki = LINE("l7o@outlook.com","123Qw123e") ki.log("Auth Token : " + str(ki.authToken)) channelToken = ki.getChannelResult() ki.log("Channel Token : " + str(channelToken)) -ki2 = LINE() +#ki2 = LINE() #ki2 = LINE("TOKEN KAMU") -#ki2 = LINE("Email","Password") +ki2 = LINE("e4g@outlook.com","123Qw123e") ki2.log("Auth Token : " + str(ki2.authToken)) channelToken = ki2.getChannelResult() ki2.log("Channel Token : " + str(channelToken)) -ki3 = LINE() +#ki3 = LINE() #ki3 = LINE("TOKEN KAMU") -#ki3 = LINE("Email","Password") +ki3 = LINE("aworkan@gmail.com","123Qw123e") ki3.log("Auth Token : " + str(ki3.authToken)) channelToken = ki3.getChannelResult() ki3.log("Channel Token : " + str(channelToken)) -ki4 = LINE() +#ki4 = LINE() #ki4 = LINE("TOKEN KAMU") -#ki4 = LINE("Email","Password") +ki4 = LINE("d7omew@gmail.com","123Qw123e") ki4.log("Auth Token : " + str(ki4.authToken)) channelToken = ki4.getChannelResult() ki4.log("Channel Token : " + str(channelToken)) @@ -56,9 +56,9 @@ ki4MID = ki4.profile.mid Bots = [nadyaMID,kiMID,ki2MID,ki3MID,ki4MID] -creator = ["u14f64e139a3817afaabe27d237afb36b","u92e4326146a0bf296ca15846aa2a25f6"] -Owner = ["u14f64e139a3817afaabe27d237afb36b"] -admin = ["u14f64e139a3817afaabe27d237afb36b"] +creator = ["u91d5d161e0935121e6217c9bd93410f0","u09a7e4b7c9b160e5382a391805b20957","ue30f597601dbead84804c31fa8f10175","u879d9932fe5db568f9f129d219267c42"] +owner = ["u91d5d161e0935121e6217c9bd93410f0","u09a7e4b7c9b160e5382a391805b20957","ue30f597601dbead84804c31fa8f10175","u879d9932fe5db568f9f129d219267c42"] +admin = ["u91d5d161e0935121e6217c9bd93410f0","u09a7e4b7c9b160e5382a391805b20957","ue30f597601dbead84804c31fa8f10175","u879d9932fe5db568f9f129d219267c42"] nadyaProfile = nadya.getProfile() kiProfile = ki.getProfile() diff --git a/creator.json b/creator.json index 12fc105..7161a74 100644 --- a/creator.json +++ b/creator.json @@ -1,3 +1,4 @@ { - "u14f64e139a3817afaabe27d237afb36b": true -} \ No newline at end of file + "ue30f597601dbead84804c31fa8f10175": true, + "u91d5d161e0935121e6217c9bd93410f0": true +} diff --git a/thrift b/thrift new file mode 100644 index 0000000..48d659c --- /dev/null +++ b/thrift @@ -0,0 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +__all__ = ['Thrift', 'TSCons']