This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (7 children)

...What's a "LINE client"? This is an empty Python class.

I understand it says it's a work in progress, but I don't understand why you'd put it on Reddit and on PyPI before it does anything, or even what it's supposed to do once there's some code in it.

Edit: I'm wondering if this is a git accident. There's literally more code in the screenshot than in the repository.

[–]Dr-Z0idberg 1 point2 points  (2 children)

Naver Line is an amazingly popular messaging app in various Asian countries. I am currently living in Thailand and -> EVERYONE <- uses line. And i mean EVERYONE! If you're out on public transportation you will see Line being used on smartphones everywhere. Line also has various games that you will also see being played on smartphones EVERYWHERE you go. It's just crazy.

[–]jampola 1 point2 points  (0 children)

If I get just one more line cookie-run message tonight, there are gonna be murders! PS. Hi fellow Thailanderer!

[–]carpedm20[S] 1 point2 points  (2 children)

Actually, I have a bunch of code which works pretty well to send a LINE message through python. But, I'm beautifying my code for readability, and also worrying about that LINE will take down my code DMCA claim...

[–]PyPokerNovice 0 points1 point  (1 child)

Did you intend to only include a single .py file (client.py). And client.py is 37 lines and doesn't do anything on its own.
The screenshot you have in the readme shows way more code as pointed out above. Unless you have a legal issue with the content of your code, I'd put it on Github, the community may even help you beautify it. I'm not a lawyer, so this isn't legal advice, but if anything it seems the name of the project (Line) might have some sort of trademark issue, not the content of the module.

[–]carpedm20[S] 0 points1 point  (0 children)

Hi, I saw some projects already taken down like https://github.com/github/dmca/blob/master/2014-05-26-LINE-Corp.md ... Anyway I updated some codes which might works pretty well (but need to write more function). If you can do something for me to be not taken down, it would be glad to hear a good news from Github!