Skip to content

Instantly share code, notes, and snippets.

View anpigon's full-sized avatar
👨‍💻

anpigon

👨‍💻
View GitHub Profile
@anpigon
anpigon / n8n-telegram-to-steemit-posting.json
Last active October 27, 2025 11:21
n8n: 텔레그램으로 스팀잇 자동 포스팅 워크플로우
{
"name": "n8n-telegram-to-steemit-posting",
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
@anpigon
anpigon / MCL Wide Views.css
Last active August 28, 2025 13:39
MCL Wide Views.css
/* === README for MCL Wide Views snippet / Author: Faiz Khuzaimah / twitter: @faizkhuzaimah / github: https://github.com/efemkay
Ver 0.9.7 (updated 2023-09-09) - Code refactor to make use predefined variables and more efficient code base
- refactor all wide views features. require Obsidian installer v1.1.9.
- fixed all issues from previous codebase
Version 0.9.4 (updated 2023-07-05)
- fixed wide-backlinks not working since Obsidian V1
- improved support for Minimal V7
What is this snippet for?
- for any users to use with any theme to complement any missing page/block width control
@anpigon
anpigon / Summarize_YouTube_Videos_with_Google_Gemini_2_5.json
Created June 18, 2025 15:18
구글 제미나이를 사용한 유튜브 영상 요약 n8n 워크플로우
{
"name": "Summarize YouTube Videos with Google Gemini 2.5",
"nodes": [
{
"parameters": {
"content": "## YouTube Video Summarization Workflow\n\n이 워크플로우는 다음 단계를 통해 YouTube 영상의 요약을 자동화합니다:\n\n1. Form Trigger: 사용자로부터 YouTube URL 입력\n2. Set (Summary Prompt): AI에 전달할 프롬프트 구성\n3. HTTP Request: Google Gemini(PaLM) 모델에 요청\n4. Set (Output): 응답에서 요약 텍스트 추출\n5. No Operation: 워크플로우 종료\n\n• 모델: Gemini 2.5 Flash\n• 자격증명: n8n Credential Manager의 Google Palm API 사용\n\n### 제한 사항\n- 공개된 YouTube 영상만 처리 가능(비공개 또는 비공개 동영상은 처리할 수 없음).\n- API 할당량 제한이 있을 수 있음(무료 티어는 하루 8시간. 유료 티어는 제한 없음).",
"height": 380,
"width": 1140,
"color": 7
},
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / Local RAG agent with LLaMA3.ipynb
Last active January 16, 2025 13:25
Local RAG agent with LLaMA3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 02 랭그래프에 도구(Tool) 추가하기.ipynb
Last active September 28, 2024 04:06
랭그래프에 도구(Tool) 추가하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 01 기본적인 랭그래프 만들어보기.ipynb
Last active September 28, 2024 01:45
Langgraph 기본적인 그래프 만들어보기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 05 Autogen으로 데이터 시각화 구현하기.ipynb
Created September 23, 2024 13:45
Autogen으로 데이터 시각화 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 04 Autogen에서 Code Executor로 코드 실행하기.ipynb
Last active September 23, 2024 13:46
Autogen에서 Code Executor로 코드 실행하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 03 Autogen에서 그룹챗 대화 방식 구현하기.ipynb
Created September 22, 2024 04:05
Autogen에서 그룹챗 대화 방식 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.