Coder Social home page Coder Social logo

kimdaeyeobbb / tenplestay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from potenday-project/tenplestay

0.0 0.0 0.0 4.07 MB

2023.12) potenday - Get all notifications what you want by "Tenplestay" [ Notification Web Scrapper SaaS ]

Home Page: https://tenplestay.kro.kr

Shell 0.73% JavaScript 1.09% Python 60.69% TypeScript 35.02% CSS 0.31% HTML 2.17%

tenplestay's Introduction

banner

공지드롭

매번 놓치는 공지사항, 무한 새로 고침은 이제 그만!
공지드롭이 여러분이 기다리는 새로운 공지 소식을 알려드릴게요 💌
with 비사이드 - 포텐데이

서비스 소개 이미지

서비스 보러가기 ✨
구체적인 내용을 알고 싶다면? 🔖 서비스 소개 노션 페이지

1. Getting started

1) backend

  1. poetry 세팅 필요 - how to setup poetry?
  2. check out the pyproject.toml and .python-version
  3. run poetry install
  4. cp /backend/.env-sample /backend/.env for set up the environment variable
  5. go migration, python manage.py migrate
  6. run python manage.py run

2) frontend

  • vite 사용
  1. npm install
  2. cp /frontend/.env-sample /frontend/.env for set up the environment variable
  3. npm run dev
  4. npm run build

3) Infra

infra 이미지

4) 크로바 사용 코어 로직

flowchart TB
    A[시작] --> B[1. Retry Session으로 HTTP 요청]
    B --> C[2. 정적 HTML 문서 파싱]
    C --> D[3. ClovaStudio 요약 및 핵심 키워드 추출 API 사용]
    D --> E[결과 반환]
    D --> |시간 초과 또는 불가능| F[4. HTML에서 문자 데이터 파싱 및 전처리]
    F --> G[5. langdetect 라이브러리로 언어 감지]
    G --> |한글| H[6. KoNLPy 라이브러리로 형태소 분석 및 상위 키워드 추출]
    G --> |영문| I[7. NLTK 라이브러리로 토큰화 및 상위 5개 키워드 추출]
    H --> J[결과 반환]
    I --> J

tenplestay's People

Contributors

nuung avatar kimdaeyeobbb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.