Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knu-k/velog-insights-scheduler
velog 작성자들의 게시글에 따른 insight 분석을 할 수 있도록 Insight를 제공하는 Web-Automation 기술을 활용한 대시보드 프로젝트
https://github.com/knu-k/velog-insights-scheduler
dashboard nextjs node node-schedule puppeteer velog velog-dashboard web-automation
Last synced: 21 days ago
JSON representation
velog 작성자들의 게시글에 따른 insight 분석을 할 수 있도록 Insight를 제공하는 Web-Automation 기술을 활용한 대시보드 프로젝트
- Host: GitHub
- URL: https://github.com/knu-k/velog-insights-scheduler
- Owner: KNU-K
- Created: 2024-06-24T18:08:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T15:22:55.000Z (7 months ago)
- Last Synced: 2024-10-30T01:19:46.876Z (2 months ago)
- Topics: dashboard, nextjs, node, node-schedule, puppeteer, velog, velog-dashboard, web-automation
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# velog insights scheduler
tistory나 다른 블로그는 조회수나 좋아요 등에 따른 통계 대시보드가 존재하지만, velog는 그런 부분이 존재하지않는다. 현재 velog의 `robots.txt` 확인 결과 crawling이 허용이 되어있어서 `puppeteer` 와 `node-schedule` 을 활용하여 블로그 작성자에게 다양한 insight를 제공하는 것을 목적으로 하고 있다.
#
- node
- scheduler
- velog 조회수 통계
- 좋아요
- 댓글 수집- next.js
- dashboard
- INSIGHTS를 보고 현재 블로그의 상태에 대한 점검이 가능 하도록함.