#name #league #legends #user-name #checker #mass #summoner

app reaper

《英雄联盟》用户名可用性检查器

1个稳定版本

使用旧的Rust 2015

2.0.0 2017年11月11日

#17#legends

MIT 许可证

12KB
241

reaper

License

《英雄联盟》批量召唤师名称检查器。提供地区和列表,应用程序将检查列表中的可用召唤师名称。常见用途是寻找你名字的快速变体或寻找稀有(或“OG”)名称以进行销售。使用此脚本需要API密钥,它们可以从 Riot Games 免费获得。

您可以在 Riot的网站上找到可以查询的服务器列表。SERVER输入示例:euw1na1pbe1

Reaper 0.1.0
Jordan Doyle <jordan@9t9t9.com>
Scans over a given list for available usernames on League of Legends

USAGE:
    reaper [FLAGS] [OPTIONS] <SERVER> <INPUT> <API KEY>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Increases logging verbosity each use up to 3 times

OPTIONS:
    -o, --output <FILE>    Sets an output file to write available usernames to

ARGS:
    <SERVER>     Sets the server to search for usernames on
    <INPUT>      Sets the input file to use
    <API KEY>    Sets the API key to use

例如

./reaper euw1 username_list.txt my-api-key -o output.txt

将检查位于 username_list.txt 的列表上的可用召唤师名称,使用API密钥 my-api-key,并将结果输出到output.txt

构建可在发行版中找到,或者您可以从源代码构建它,通过拉取代码并运行 cargo build --release

依赖项

~19–29MB
~509K SLoC