Traffic Monitor
Total Views
β
Today
β
This Week
β
This Month
β
Registered Users
β
Total Comments
β
Daily Views (30 days)
Top Countries
Top Novels by Views
| Novel | Views | Share |
|---|---|---|
| Loading⦠| ||
Top Chapters by Views
| Novel / Chapter | Views |
|---|---|
| Loading⦠| |
β¨ Data updates automatically
Upload Chapter
Automate uploads via n8n or Python:
curl -X POST https://your-worker.workers.dev/api/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"novel_slug":"slug","chapter_number":1,"title":"Title","content":"..."}'
import requests
requests.post("https://your-worker.workers.dev/api/upload",
headers={"Authorization":"Bearer YOUR_API_KEY"},
json={"novel_slug":"slug","chapter_number":1,"title":"Title","content":open("ch.txt").read()})
Novels
Add Novel
All Novels
| Title | Author | Chapters | Status | Actions |
|---|---|---|---|---|
| Loading⦠| ||||
Chapter Management
| Novel | # | Title | Words | Status | Publish At |
|---|---|---|---|---|---|
| Loading⦠| |||||
API Keys
Generate New Key
Keys are hashed with SHA-256. Copy immediately β not stored in plaintext.