Files
eve-forum-moderator/cookies.env.example
Ben 9d60f1a2fb feat: implement EVE Forum Moderator CLI tool
- Add structured forum rules from EVE moderation policy
- Implement cookie-based Discourse authentication
- Add async Discourse API client with rate limiting
- Implement Claude-powered rule violation analyzer
- Add rich terminal and Discourse-compatible markdown reports
- Create Click CLI with review and rules commands
2026-01-06 03:40:56 +00:00

20 lines
626 B
Plaintext

# EVE Forum Cookie Configuration
#
# Export cookies from your browser after logging into forums.eveonline.com
#
# Option 1: Simple key=value format
# Copy the cookie values from your browser's developer tools (F12 -> Application -> Cookies)
#
# Option 2: Netscape/curl format
# Use a browser extension like "cookies.txt" to export in Netscape format
#
# Required cookies:
# _forum_session - Your Discourse session token
# _t - Your authentication token
#
# Optional (may help with Cloudflare):
# _cf_clearance - Cloudflare clearance cookie
_forum_session=YOUR_SESSION_COOKIE_HERE
_t=YOUR_AUTH_TOKEN_HERE