Skip to content

Instantly share code, notes, and snippets.

@Anteloper
Anteloper / iMessage-bot-on-beeper.md
Last active March 29, 2023 23:14
Running an iMessage Bot on EC2 Using Beeper

Requirements:

  • Be a Beeper user
  • Python > 3.7
  • Docker
  • yarn

1. Getting a Maubot running

  1. following these steps I ran the docker container to create a Maubot server on my local machine
  2. an unspoken but relevant step here is to create a user that you’ll log into your Maubot Manager interface with. do this line 86 of config.yaml. For example
@Anteloper
Anteloper / iMessage-bot-on-beeper.md
Last active March 22, 2023 15:31
This document describes how I created and hosted a python bot that is capable of reading and writing iMessages. I provide it as a reference, feel free to submit edits

Requirements:

  • Be a Beeper user
  • Python > 3.7
  • Docker
  • yarn

1. Getting a Maubot running

  1. following these steps I ran the docker container to create a Maubot server on my local machine
  2. an unspoken but relevant step here is to create a user that you’ll log into your Maubot Manager interface with. do this line 86 of config.yaml. For example
# -*- coding: utf-8 -*-
groupWinners = {}
groups = {
"a" : ["Russia", "Saudia Arabia", "Egypt", "Uruguay"],
"b" : ["Portugal", "Spain", "Morrocco", "Iran"],
"c" : ["France", "Austrailia", "Peru", "Denmark"],
"d" : ["Argentina", "Iceland", "Croatia", "Nigeria"],
"e" : ["Brazil", "Switzerland", "Costa Rica", "Serbia"],
"f" : ["Germany", "Mexico", "Sweden", "Korea"],