Skip to content

gourri/us_stock_valuator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

us_stock_valuator

How to configure

How to run

  • python3 us_run.py ticker_file itooza_id itooza_password
  • ticker file ** csv file ** ticker, stock name --> ticker is important, stock name is just used for result ** eg. see "ual.csv"

Remarks

  • Using web scrapping from us.itooza.com
  • Add your naver address and password to send_email() if you want to receive the result automatically. **
    def send_email(result_file_name):

=======================================================================================

설정

실행

  • python3 us_run.py ticker_file itooza_id itooza_password
  • 티커 파일 ** csv 파일 형태 ** 티커, 종목명 --> 티커는 정확해야 함. 종목명은 결과 출력용으로만 사용 ** 예제: "ual.csv" 파일 내용 참조

주석

  • us.itooza.com 사이트의 정보를 사용함
  • 자동으로 결과를 이메일로 받고 싶다면, 아래 코드의 send_email 함수에 네이버 이메일 주소와 암호를 입력해 두면 됨 **
    def send_email(result_file_name):

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages