반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- dataframe
- PANDAS
- gas
- list
- Python
- numpy
- google apps script
- Google Spreadsheet
- math
- 파이썬
- array
- Tkinter
- PostgreSQL
- c#
- Mac
- matplotlib
- PySpark
- Github
- SQL
- hive
- GIT
- Apache
- Java
- Redshift
- Google Excel
- Excel
- string
- django
- Kotlin
Archives
- Today
- Total
목록로또번호 (1)
달나라 노트

Python에서 Lotto 번호를 가져오기 위해선 먼저 동행복권 측에서 제공하는 데이터를 이용해야합니다. https://www.dhlottery.co.kr/common.do?method=getLottoNumber&drwNo=(원하는 회차 번호) 가장 먼저 위 주소를 봐주세요. 로또 관련 정보를 가져오기 위해선 위 url을 이용해야 합니다. url을 한번 단위별로 살펴보면 https://www.dhlottery.co.kr -> 이 부분은 동행복권 홈페이지 주소입니다. method=getLottoNumber -> 이 부분은 Lotto 번호를 가져오라는 의미를 나타냅니다. drwNo=(원하는 회차 번호) -> 이 부분에 바로 우리가 원하는 회차 번호를 넣어줘야 합니다. https://www.dhlottery...
Python/Python ETC
2021. 1. 4. 02:21