Skip to main content

Taiwan Lottery Crawler 台灣彩券爬蟲

Project description

Taiwan Lottery Crawler

PyPI PyPI - Downloads CI Status codecov Maintainability Rating Reliability Rating Bugs License: MIT PRs Welcome

介紹

這個專案是用來爬取 台灣彩券 官網上歷史的開獎紀錄,目前支援威力彩大樂透今彩539雙贏彩3星彩4星彩38樂合彩39樂合彩49樂合彩 9 種彩券遊戲。

功能

  • 爬取威力彩、大樂透、今彩539、雙贏彩、3星彩、4星彩、38樂合彩、39樂合彩、49樂合彩 9 種彩券遊戲的開獎紀錄。

環境需求

Python >= 3.6

安裝

pip install taiwanlottery

範例

爬取當月份的開獎紀錄

威力彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.super_lotto()
print(result)

大樂透

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto649()
print(result)

今彩539

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.daily_cash()
print(result)

雙贏彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto1224()
print(result)

3星彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto3d()
print(result)

4星彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto4d()
print(result)

38樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto38m6()
print(result)

39樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto39m5()
print(result)

49樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto49m6()
print(result)

爬取指定年月的開獎紀錄(YYYY-MM)

威力彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.super_lotto(['2023', '06'])
print(result)

大樂透

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto649(['2023', '06'])
print(result)

今彩539

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.daily_cash(['2023', '06'])
print(result)

雙贏彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto1224(['2023', '06'])
print(result)

3星彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto3d(['2023', '08'])
print(result)

4星彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto4d(['2023', '08'])
print(result)

38樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto38m6(['2023', '08'])
print(result)

39樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto39m5(['2023', '08'])
print(result)

49樂合彩

from TaiwanLottery import TaiwanLotteryCrawler

lottery = TaiwanLotteryCrawler()
result = lottery.lotto49m6(['2023', '08'])
print(result)

資料來源

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taiwanlottery-1.5.1.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

taiwanlottery-1.5.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file taiwanlottery-1.5.1.tar.gz.

File metadata

  • Download URL: taiwanlottery-1.5.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for taiwanlottery-1.5.1.tar.gz
Algorithm Hash digest
SHA256 7ddfa27092db597cdb75420d79946d1ecb0ddbab300c0bebea0f81f6a1c19e47
MD5 114f0d057dbdf24ee11d6ede896c7a33
BLAKE2b-256 c8b8ad94793a14b599d4e7ac605503390841090b35ea48bbcdcd9071ce2f04cc

See more details on using hashes here.

File details

Details for the file taiwanlottery-1.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for taiwanlottery-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 209ee99332543c3c9d12b122c95e533b3b88aec729157d56bf315961940f1701
MD5 302acf1f1af0c3d8f1f837cdab97decb
BLAKE2b-256 53ee2c89df5b59b40b2f2dc15242590d7990105c593bd1b45197425a0de664cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page