webmsgr / discordTelnet

My attempt to give discord.py a telnet interface, complete with probably unsafe threading!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discordTelnet

My attempt to give discord.py a telnet interface. It includes threading too!

Installing

  1. Use git clone or download the latest release.
  2. Install the requirements
  3. Setup eviron varables
  4. run the .py file
  5. chat away!

Features

  • Exiting using /kill
  • Switching Channels in server
  • @user processing (inward)
  • @user processing (outward)
  • @role processing (inward)
  • @role processing (outward)
  • DMs
  • Message history

Commands

  • /kill to kill the server and shutdown
  • /channel (id) to switch channels
  • /list-channels (serverid) to list channels and ids in a server
  • /list-servers or /list-guilds to list all servers you are in
  • /dm (user id) switch to dming a user
  • /isbot Are you a bot? or not?
  • /userinfo (id) show info on user with id

About

My attempt to give discord.py a telnet interface, complete with probably unsafe threading!

License:MIT License


Languages

Language:Python 100.0%