line

May the LINE be with you...

https://github.com/carpedm20/line

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 16 committers (6.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary

Keywords

line line-massenger python

Keywords from Contributors

distributed
Last synced: 6 months ago · JSON representation

Repository

May the LINE be with you...

Basic Info
Statistics
  • Stars: 826
  • Watchers: 84
  • Forks: 193
  • Open Issues: 99
  • Releases: 0
Topics
line line-massenger python
Created over 11 years ago · Last pushed almost 8 years ago
Metadata Files
Readme Changelog License

README.md

LINE

Join the chat at https://gitter.im/carpedm20/LINE

May the LINE be with you...

Update

2015.05.28

sendImage and sendImageWithURL is fixed.

To send an Image:

>>> contact = client.contacts[0]
>>> contact.sendImage('./image.jpg')

Or use:

>>> contact = client.contacts[0]
>>> contact.sendImageWithURL('https://avatars3.githubusercontent.com/u/3346407?v=3&s=460')

2015.03.31

authToken expiration issue solved.

update authToken automatically:

$ pip install line --upgrade

There is nothing to change in your original code.

update authToken manually:

$ pip install line --upgrade
$ python
>>> from line import LineClient, LineGroup, LineContact
>>> client = LineClient("ID", "PASSWORD")
>>> client.updateAuthToken() # manual update
True

2014.08.08

Some codes are removed because of the request of LINE corporation. You can use library only with authToken login.

Screenshot

alt_tag

Author

Taehoon Kim / @carpedm20

Owner

  • Name: Taehoon Kim
  • Login: carpedm20
  • Kind: user

ex @openai

GitHub Events

Total
  • Issues event: 1
  • Watch event: 7
  • Fork event: 2
Last Year
  • Issues event: 1
  • Watch event: 7
  • Fork event: 2

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 85
  • Total Committers: 16
  • Avg Commits per committer: 5.313
  • Development Distribution Score (DDS): 0.271
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Taehoon Kim c****0@g****m 62
Zachary z****2@m****m 4
WeiYuan v****2@g****m 2
wuboy w****s@g****m 2
cjltsod g****d@t****w 2
Will Dietz w@w****g 2
Neng Liangpornrattana n****g@o****m 2
shinznatkid s****d@g****m 1
samsam2310 s****0@g****m 1
in9lude i****e@g****m 1
clyang c****g@c****t 1
Turfa Auliarachman t****n@r****m 1
The Gitter Badger b****r@g****m 1
FrozenFighter s****h@g****m 1
CliffLin 4****9@s****w 1
CYB c****5@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 101
  • Total pull requests: 2
  • Average time to close issues: over 1 year
  • Average time to close pull requests: 3 days
  • Total issue authors: 71
  • Total pull request authors: 2
  • Average comments per issue: 6.34
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ii64 (8)
  • winbotscript (5)
  • ghost (4)
  • anythingg (4)
  • een250590 (3)
  • monhustla (3)
  • ferry22 (2)
  • fauzimanakarra14 (2)
  • anusoft (2)
  • R-N (2)
  • bot52bot (2)
  • alroysh (2)
  • milkhamil (2)
  • Mari2928 (2)
  • zakariaastrada (2)
Pull Request Authors
  • dtzWill (1)
  • sh1ma (1)
Top Labels
Issue Labels
question (1) help wanted (1) bug (1) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,064 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 532
  • Total versions: 39
  • Total maintainers: 1
pypi.org: line

May the LINE be with you...

  • Versions: 39
  • Dependent Packages: 0
  • Dependent Repositories: 532
  • Downloads: 1,064 Last month
Rankings
Dependent repos count: 0.6%
Stargazers count: 2.2%
Forks count: 3.7%
Average: 4.1%
Downloads: 6.7%
Dependent packages count: 7.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • curve *
  • requests *
  • rsa *