Skip to content

Repository files navigation

Username similarity

A bot to check if a given username is similar to a username already discussed on zulip.

This uses word llama embeddings.

Local Development

devenv shell

Test messages + responses using the bot emulator

zulip-bot-shell namecheck.py

# > Enter your message:
# try "jones" or "smith 3"

Docker

Test docker build locally:

docker build -t zulipbot .
docker run -it --rm -v ~/Downloads/zuliprc:/zuliprc zulipbot

## to test on a local zulip server, you can set a custom stream ID
docker run -it --rm -v ~/Downloads/zuliprc:/zuliprc \
    -e USERNAME_STREAM=usernames \
    zulipbot

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

10 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages