-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have questions #11
Comments
Thank you for your line python api share. I try to login for sending a massage by Python; but I'm still unable to login. Best : [email protected] |
I'm getting the same error as Jirayouth... is there a solution? |
Sorry, but this is a restricted question. As exception described as,
lines related to login are removed because of the request of LINE corporation. I cannot help you with this question, but what I can help you is that reading my code can help you to solve this problem or googling also will help you. |
Thanks for the information. I think I know how to get authToken. |
@Jirayouth @rconnellii you can comment that or remove code for raise exception to be continue next step |
LINE Corp. is blocking bot now…… |
@AnonymousICE can you be more specific on what do you mean by "blocking"? I have a bot fetching messages running for about a week and it has no problem. |
If one can send or fetch in LINE, could advise step by step in detail? |
@whitesn I ran the Bot in Taiwan. Every time I sent lots of commands , my Bot would be cannot to sent commands anymore after a few time. But after I restart the router , it start to work again. |
@Jirayouth as per LINE corp., we can't discuss this thing here. All I can tell you is to check out the source to do a little tweaking or find out the way to get auth token. @AnonymousICE what commands specifically? Their server obviously would define things that are impossible to be achieved on their mobile app as spam ex: Though I still don't know what exactly are you doing by Group Protection Bot |
@whitesn ( My LINE ID : sora0975848033 ) |
@AnonymousICE Putting sleep in between each poll doesn't really hurt, and the only possible commands (requests) you send to LINE server are fetching action (long polling) and kick. How do you send lots of commands for kicking a person? |
< First capability : protect groups from kickers > < second capability : protect groups from Kicking-Bot > |
sleep(10) should be sufficient enough so that you won't be considered spam. I tried running longPoll() with sleep(10) and it doesn't seem to get banned after 30 minutes. Both capabilities are basically the same, the idea is:
|
@whitesn |
I see, but only people inside the group can invite another person, correct? Are the bots you dealing with kick all members without delay? My guess is still about manipulating the delay between longPoll(), might want to try lower value (e.g: 1)? |
@whitesn |
The problem honestly comes from LINE itself for letting every user in a group has the same privilege. Even your bot can be kicked and it's all messed up. |
@whitesn |
@AnonymousICE There honestly just no best solution onto this except battling with the minimal time allowed by LINE server protocol to not get kicked. Once there is a "plant" in the group your BOT safety is already not guaranteed. |
@whitesn |
@AnonymousICE In my opinion, no, because the system is made by LINE. Join on gitter if you want to have faster time discussion, maybe we can find an idea on how to do it :) |
@whitesn And I will keep trying how to avoid the detection of LINE Corp. ^^ |
You can connect to to gitter via IRC Client: https://irc.gitter.im/ |
@whitesn |
@AnonymousICE I explored the code and noticed that the connection is reopened when a request is made btw, sorry for my english |
@AnonymousICE Or can you tell me which class/files/module use to handle the session/token/identifier of LineClient. |
if you install by pip, may be you don't need think about this problem. |
Here is my FB: I think that can work by copy the whole class "LineClient" and give it a new name like "LineClient2". user1 = LineClient(USER1_ID, USER1_PW) I haven't try it, so I'm not sure whether it can work successfully or not. |
My id : adam_fahrul. |
A bit late to the conversation but I would love to rent a group protect bot from someone if they have the bot made. Please pm here if you have the framework for one. |
C:\LINE\LINE>python examples\bot.py how to fix? help me please |
@nirawan314 its not get any error if u not edit file |
Hello to all im new to this Line app, i made a group community for Last day on earth survival game and i have 273 members now but i want some protection on those kickers, can you guys help me please to setup some bots to my community.. my line id is reccaz_10 thanks guys |
Hey guys can you give me tutorials to create bot protection group please. |
Hello... |
lol im using a vps to running my bots anyone want to join? |
help me for making bot protect in line messenger |
Can somebody here help me for make some bot protection ?? |
Maybe I or others can help you from here
The text was updated successfully, but these errors were encountered: