Skip to content

zeroidle/Tworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tworld

SKT Tworld 데이터 가져오기

  • 필요사항

    • chrome driver가 필요합니다.
      chrome-driver 에서 드라이버를 다운로드받아 디렉토리로 복사하세요
  • 유의사항 1일 로그인횟수 제한이 있네요(30회/일) 크론으로 돌리실 분은 2880초 쉬어주면 됩니다.

  • 사용법


from Tworld import Tworld

user_id="아이디"
user_pass="패스워드"

tworld = Tworld()
if tworld.login(user_id, user_pass):
    print(tworld.get_available_data_in_mb())

About

SKT Tworld 데이터 가져오기

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages