Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Nuu-maan/Filly-Discord-Token-Filler/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing Filly, ensure you have the following:Python 3.7+
Git
Installation steps
Install dependencies
Install all required Python packages:This installs:
requests- HTTP library for API callscurl-cffi- Browser impersonation for Discord requestscolorama- Colored console outputhttpx- Async HTTP client for captcha solvers- Built-in libraries:
concurrent.futures,msvcrt,ctypes,pathlib,dataclasses
Configure input files
Set up your configuration and input data files:Configuration options:
Example:
config.json
Editinput/config.json with your settings:| Option | Type | Description |
|---|---|---|
threads | integer | Number of concurrent threads (1-50 recommended) |
proxyless | boolean | Set to true to disable proxies for joining |
max_joins | integer | Maximum servers each token will join |
delay | integer | Delay in seconds between join attempts |
captcha.solve_captcha | boolean | Enable automatic captcha solving |
captcha.service | string | Captcha service: razorcap, hcoptcha, csolver, capmonster |
captcha.apikey | string | Your captcha solver API key |
captcha.proxyless | boolean | Whether to use proxies for captcha solving |
tokens.txt
Add your Discord tokens (one per line):Tokens can be in
email:password:token format or just the token itself. The script automatically extracts the token portion.invites.txt
Add Discord invite codes (one per line):proxies.txt (optional)
If using proxies ("proxyless": false), add proxies in this format:Directory structure
After installation, your directory should look like this:Troubleshooting
ModuleNotFoundError: No module named 'curl_cffi'
ModuleNotFoundError: No module named 'curl_cffi'
Install curl-cffi with proper SSL support:On Windows, you may need Visual C++ redistributables.
All tokens showing as invalid
All tokens showing as invalid
- Verify tokens are valid and not expired
- Check that tokens are in the correct format in
tokens.txt - Ensure one token per line with no extra whitespace
- Test a token manually in Discord to confirm it works
Proxy connection errors
Proxy connection errors
- Verify proxy format:
username:password@ip:portorip:port - Test proxies are working and not banned by Discord
- Try setting
"proxyless": trueto test without proxies - Check that proxies support HTTPS connections
Captcha solver timing out
Captcha solver timing out
- Verify your API key is valid and has credits
- Check the captcha service status
- Try a different solver service (
razorcap,hcoptcha,csolver,capmonster) - Increase timeout in
solver.pyif needed
Next steps
Quickstart guide
Learn how to join your first Discord server with Filly