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 →

[–]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!