Skip to content

Commit

Permalink
Updating new files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFreeMan360 committed Sep 9, 2024
1 parent ec37782 commit bda82dd
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Web Scraper Framework

用 Clean Architecture 的概念建立了網頁爬蟲的簡易框架
9 changes: 9 additions & 0 deletions scraper_main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# from web_scraper_framework.use_cases import xx_page_scraper


def main():
print("hello world")


if __name__ == "__main__":
main()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bda82dd

Please sign in to comment.