Schedule
Month
Week
🏢 Real Estate
💻 Data Centre
🏗 Infrastructure
⚡ Energy
🏦 Private Credit
📈 M&A
Deal Portfolio
Syndicated loans · Infrastructure · Real estate · Private credit
All
🔴 Critical
🟠 Alert
🟡 Watch
🟢 Normal
Add Deal
뉴스 자동 매칭에 사용. 회사명, 프로젝트명, 관련 키워드 (Enter로 추가)
Deal Detail
Market Reports
Real estate · Infrastructure · Energy · M&A · Syndicated Loans
All
🏢 Real Estate
🏗 Infrastructure
⚡ Energy
🏦 Syndicated Loans
🤝 M&A
🎯 Private Credit
📊 Macro
Report
Job Tracker
Applications · Pipeline · Follow-ups
Contact Manager
0 contacts
| Name | Firm | Role | Relationship | Last contact | Actions |
|---|
link →
Calendar & Schedule
Interviews · Deadlines · Economic events · Google Calendar
Month
Week
Upcoming
To-Do
✨ AI suggestions
Click ↻ for AI-powered schedule suggestions.
Economic calendar
⚙️ Settings
Customise every aspect of your dashboard
⚡ General
📰 News
🎯 Job Tracker
🔔 Notifications
📅 Calendar
🤖 AI & APIs
💾 Data
General Settings
Profile, appearance, timezone
👤 Profile
Your name
Used in greetings and Telegram messages
Role / firm
Shown in sidebar
Timezone
🎨 Accent colour
Highlight colour
Applied to active states, links, and key UI elements
News Settings
Sources · API keys · Keywords
📡 API 현황 & AI 구조
✓ 브라우저 직접 (지금 바로)
AI 분석 구조:
수집 → Ollama(요약·분류, VM) → DB 저장 → 대시보드
이메일·일정 → Claude API(브라우저 직접)
수집 → Ollama(요약·분류, VM) → DB 저장 → 대시보드
이메일·일정 → Claude API(브라우저 직접)
🌐 브라우저 직접 연동 지금 바로 사용 가능
GNews API Key
100 req/day 무료 · 금융·비즈니스 영어 뉴스 · gnews.io 가입 ↗
RSS2JSON Key
Reuters·FT·Bloomberg RSS → JSON 변환 · rss2json.com 가입 ↗
🖥 Oracle VM 연동 (Python 백엔드 필요)
NewsAPI Key
newsapi.org 무료 100/day · 가입 ↗
Naver Client ID
한국어 뉴스 · developers.naver.com ↗
Naver Client Secret
🔍 Keywords
Interest keywords (EN)
GNews 검색 쿼리 + 기사 우선순위에 사용. Enter로 추가.
Exclude keywords
Job Tracker Settings
Stages, display, follow-up preferences
⚡ Pipeline stages
🎛 Display
Hide rejected after
days
Follow-up reminder
Telegram alert if no update in N days
days
Notification Settings
Telegram bot and alert schedule
🤖 Telegram Bot
Not connected
Bot Token
From @BotFather
Chat ID
From @userinfobot
⏰ Schedule
Morning briefing
Market + news + calendar (weekdays)
Evening review
News summary + job pipeline
Interview reminders
Alert day before scheduled interviews
🐍 Automation Script
Run on your Oracle VM for scheduled briefings:
pip install requests schedule
import requests, schedule, time
from datetime import datetime
BOT_TOKEN = "YOUR_BOT_TOKEN"
CHAT_ID = "YOUR_CHAT_ID"
def send(text):
requests.post(f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage",
json={"chat_id": CHAT_ID, "text": text, "parse_mode": "Markdown"})
def morning():
d = datetime.now().strftime("%a %d %b")
send(f"📊 *Morning — {d}*\n🏦 ft.com/markets\n📅 forexfactory.com\n_Let's go, Min._")
def evening():
send("🌆 *Evening Review*\n📋 Check active applications\n_Good work today._")
for day in ["monday","tuesday","wednesday","thursday","friday"]:
getattr(schedule.every(), day).at("08:00").do(morning)
getattr(schedule.every(), day).at("18:00").do(evening)
while True:
schedule.run_pending()
time.sleep(60)
Calendar Settings
Event colours and Google Calendar integration
🎨 Event type colours
Interview
Deadline
Reminder
🔗 Google Calendar API
Setup: console.cloud.google.com → Enable Calendar API → Create OAuth Client ID + API Key → paste below
OAuth Client ID
API Key
Not connected
Export as .ics
Import into Apple Calendar, Outlook
AI & API Settings
Claude API and Ollama local LLM
🧠 Claude API
API Key
Anthropic Claude — email drafts, analysis
Model
우선순위: Groq → Gemini → Claude. 뉴스 서버(VM)는 Groq API로 자동 요약.
✨ Gemini API UK 무료 불가 · 유료 권장
⚠ UK/EU 거주자는 Gemini 무료 플랜 사용 불가. 유료 플랜 또는 Groq 사용 권장.
Gemini API Key
모델
🖥 Ollama (Local)
Server URL
Oracle VM internal address
Model
qwen2.5 recommended for Korean content
Prefer Ollama
Use local model over Claude API (free)
Data Management
Export, import, backup
📤 Export
Export all data
Jobs, notes, contacts, events, settings
📥 Import
Import from JSON
Merges with existing data
⚠ Danger Zone
Clear all data
Cannot be undone