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
This commit is contained in:
19
cookies.env.example
Normal file
19
cookies.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user