Experimental Discord to iMessage forwarding bot using async
branch of pypush
- Run
setup.sh
to install virtual environment (or install dependencies manually withrequirements.txt
) - Create
constants.py
andconfig.json
in repo root - Run
main.py
This should be created by pypush or automatically generated once you run main.py and input your Apple credentials. See pypush repo for more info.
BOT_TOKEN = [Discord bot token]
LOGGING = [True/False]
# Name of Discord channel to watch for messages in:
DESIGN_CHANNEL = [channel name]
# Name of Discord role to watch for mentions of:
DESIGN_ROLE = [role name]
# iMessage numbers to send messages to, a list of strings:
# - phone format "tel:+1XXXXXXXXXX"
# - email format "mailto:[email protected]"
IMSG_NUMBERS = [
"number1",
"number2",
"etc.",
]