Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing - Telnet (MU*) #9

Open
depwl9992 opened this issue Jun 12, 2023 · 0 comments
Open

Interfacing - Telnet (MU*) #9

depwl9992 opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@depwl9992
Copy link
Collaborator

Add a telnet client that can log into MUDs and offer to DM for live players.

Should have Diku, MUX and custom login string capability. This would be like a Discord bot where credentials would be stored somewhere untracked. It would also have to trigger on say and emote commands from within the MU* and parse them properly, so a configurable string would be necessary.

The bot player should have color turned OFF so we don't have to parse xterm or ansi color codes.

Check out https://www.geeksforgeeks.org/how-to-create-telnet-client-with-asyncio-in-python/ for bare-bones examples.

In fact, asyncio may also help with our freezing problems such as Issue #1.

@depwl9992 depwl9992 added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants