Feeeeddmmmeee / DiscordPhone

DiscordPhone - A bot that will let you call phone numbers directly from Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordPhone logo

Releases Stars Contributors License Chat

This Discord bot will let you call phone numbers directly from Discord, and allow you to specify a custom caller ID.

For installation instructions without Docker, click here.


Usage

Remember to set environment variables in .env before building.

git clone git@github.com:DiscordPhone/DiscordPhone.git
cd DiscordPhone
mv .env.tmpl .env
sudo docker build .
sudo docker run <image-id>

TODO

  • Fix audio lag in DiscordPhone/softphone repo.
  • Fix bot dying because of library already existing error when left idle for x minutes.
  • Fix static frame size (3840) in AudioCB - only works with 48000 hz sample rate at the moment.
  • Add SMS support.
  • Add a separate Mixer class for multiple speakers that can be used with sinks.
  • Create working Dockerfile.
  • Clean up Dockerfile.
  • Clean up DiscordPhone.py and use decorators for commands..?
  • Add voice changer.
  • Clean up the code.
  • Write documentation for all functions.

Disclaimer / ToS

The users of DiscordPhone accept unlimited liability for any risks they undertake, and upon use confirm that the developers of DiscordPhone should not be held responsible for the user's actions.

About

DiscordPhone - A bot that will let you call phone numbers directly from Discord.

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%