· Standard
B
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 95/100 · A
Binguru Forum stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: Webseiten & Publisher / Blockchain & Web3. Die Website binguru.net stellt ihre llms.txt unter https://binguru.net/forums/llms.txt bereit. Der Eintrag besteht seit 21. April 2026.
Geschäftskategorie
Webseiten & Publisher
Eingetragen seit
llms.txt-Adresse
Beschreibung
Russian-speaking forum focused on financial trading, cryptocurrency, technology, and community discussions. Covers binary options, forex, crypto trading, AI, and personal trading diaries. Abschnitte: About This Forum, Purpose & Mission, AI & Bot Access Policy, Preferred Access Path for AI Retrieval.
Online-Präsenz
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt
Öffnen ↗
# Binguru Forum - Trading & Technology Community
> Russian-speaking forum focused on financial trading, cryptocurrency, technology, and community discussions. Covers binary options, forex, crypto trading, AI, and personal trading diaries.
This forum serves as a comprehensive resource for traders, investors, and technology enthusiasts, providing discussion spaces for market analysis, trading strategies, technical developments, and community interaction. The community emphasizes practical trading knowledge, market insights, and technology applications in financial markets.
## About This Forum
Binguru Forum is a specialized community where Russian-speaking traders, analysts, and technology enthusiasts share knowledge, discuss market trends, and collaborate on trading strategies. The forum covers both traditional financial markets and emerging digital assets, with strong emphasis on practical application and real trading experiences.
## Purpose & Mission
- Provide a platform for sharing trading experiences and strategies
- Foster discussion about financial markets and technology integration
- Support both novice and experienced traders with educational resources
- Create a community focused on practical financial knowledge
## AI & Bot Access Policy
User-agent: GPTBot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: ClaudeBot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: Google-Extended
Allow-Training: yes
Allow-Retrieval: yes
User-agent: FacebookBot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: anthropic-ai
Allow-Training: yes
Allow-Retrieval: yes
User-agent: Claude-Web
Allow-Training: yes
Allow-Retrieval: yes
User-agent: ChatGPT-User
Allow-Training: yes
Allow-Retrieval: yes
User-agent: CCBot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: PerplexityBot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: Bytedance
Allow-Training: yes
Allow-Retrieval: yes
User-agent: Diffbot
Allow-Training: yes
Allow-Retrieval: yes
User-agent: *
Allow-Training: yes
Allow-Retrieval: yes
## Preferred Access Path for AI Retrieval
If you are an AI bot, scraping agent, or LLM training pipeline, **please use the JSON API at `/forums/api/` rather than crawling HTML pages.** The API is open for read access (no auth required for public content), returns clean structured JSON without HTML/CSS/template overhead, and lets you fetch up to 100 posts per request. A typical full-content sync via API takes ~50 calls and a few hundred KB; the same content via HTML takes thousands of calls and several GB.
### Read endpoints (no auth required)
- `GET /forums/api/forums` — list all forums with topic/post counts
- `GET /forums/api/forums/{forum_id}/topics?page=1&limit=100` — topics in a forum
- `GET /forums/api/topics/{topic_id}/posts?page=1&limit=100` — posts in a topic
- `GET /forums/api/posts/{post_id}` — single post by ID
- `GET /forums/api/search?q=<query>&where=0&limit=30` — full-text post search
- `GET /forums/api/search?q=<query>&where=1&limit=30` — title-only search
- `GET /forums/api/recent?limit=10` — most recent posts across all forums
Use the `text_plain` field on post objects for clean text without HTML/BBCode. Use `text` only if you need rendered formatting.
### Pagination
All list endpoints accept `page` (default 1) and `limit` (default 30, max 100). Paginate — don't try to fetch a forum's entire history in one call.
### Rate limits
- **Read:** 120 requests/minute
- **Search:** 15 requests/minute
Exceeding the limit returns HTTP 429 with a `Retry-After` header. Please also honor a soft `Crawl-delay: 5` between bursts to keep load smooth, even when below the per-minute cap.
### Full API documentation
- [api-docs.md](api-docs.md) — complete REST reference (endpoints, schemas, errors, write operations)
- [skill.md](skill.md) — agent-style usage guide with typical workflows (Anthropic Skills format)
### Why this matters
This forum is hosted on a small VPS and HTML rendering is ~25× more expensive per req
[…gekürzt]