This repository contains a list of token IDs marked as NSFW (Not Safe For Work) or scams based on reporting from ErgExplorer.
To easily keep the list up to date, use the provided Python script or the prebuilt executable.
For convenience, a standalone executable is available in the Releases. You can download it and run it directly without needing Python:
./update_blacklist
This will generate updated YAML and JSON files containing the blacklist,in the same directory as the executable. You can then push the files to this repository.
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python update_blacklist.py
This will generate updated YAML and JSON files containing the blacklist. You can then push the files to this repository.
If you find any token IDs that should be added to the blacklist, please report them to @AcoHelperBot on Telegram using the /report
command.
Example:
/report 6bed4f2a9d656bfb35ace32a08b4c75ee9714f1e172be223d7c578b62cd54003
If you have any improvements to suggest, feel free to open an issue or submit a pull request.