talk to strangers, in the terminal!
to run the current instance that's live right now, run this: `ssh -p 6767 termegle.sirbread.dev` and you're in! no downloading any binary required since it's an SSH server.
- tui based
- anon chat with strangers :)
- ssh into the server, no downloads needed
- interest tags: enter your interests on startup (comma-separated) for better matches
- chat saving
-
- but also save snitching
- colored messages (cyan for system, yellow for connections, red for strangers, blue for you)
- user count of how many are online
- see how many people you talked with
- rate limiting/idle kicking
- absolutley NO lazy loading (there's full screen refreshes every screen update)
- clone thy repo
- install requirements.txt
- run the python file with:
python3 termegle_server.py - in another terminal, SSH into localhost:
ssh -p 6767 localhost
and you're in!!
- omegle, of course, for the base idea
- myself for the idea of shoving it into a tui
- @csd4ni3l for convincing me not to scrap the project
ai was used just a tiny bit in the Matchmaker class to sort out stranger priority systems