2026-08-19 17:33:40 +02:00
2026-05-10 22:07:35 +03:00
2026-08-18 19:11:29 +02:00
2026-03-05 09:35:04 +00:00
2026-03-23 07:36:49 +02:00
2026-03-26 15:38:36 +01:00
2026-08-18 19:11:29 +02:00
2026-08-19 17:33:40 +02:00

Status Bot

Description

This repository allow to run a Bot for the Status App. The bot can be used for multiple reason:

Setup

The recommanded deployement option is with docker compose.

Docker deployment

The docker compose deployement will spin 3 containers:

  • Status Backend: to interract with the Logos Delivery network used by Status App.
  • Status Bot: the instance of the bot
  • A Postgres database

You can run it with:

docker-compose up -d --build

it will require a .env file for secrets and config.yaml. The configuration is detailed in the documentation.

Tests

The differents test suites can be run with:

pip install -e ".[dev]"
pytest test/

Backups

If you have already created a Status account and want to use it with it's current data, please make sure you export the .bkp file and put it in folder backups and have the following .env variables:

  • BOT_DISPLAY_NAME
  • BOT_PASSWORD
  • BOT_MNEMONIC_PHRASE

Guidelines

Things to keep in mind when building projects:

  1. Wrong recovery phrase can create a new account by accident. To recover the account you must correctly write the phrase.

  2. Dynamic chats, communities and contacts properties. If you log in to the account without a backup the properties will be empty but will be populated automatically if a message in a chat or community appears.

  3. Display name is not the same as username. In Status App a display name is the curent username of active account. This means that if you have the same profile logged in with Python, Status Desktop and Status Mobile you can have 3 different usernames based on your current device. If an account is logged in from more than one device, the display name will change based on the currently used one (when messaging). This feature can be handy to distinguish if a bot or an actual user is logged in to the account. Profile pictures work in a similar way to display names

  4. Community join requests do not work properly due to status-go issues. For latest updates, please monitor status-im/status-bot issue #9. The fastest way to get in to a community is to manually log in with the Bot account and send a via Status App. Once the account is accepted, the bot can log in and start running. The community and chat information will appear in (2) as the messages come in.

  5. To monitor for new messages, the account must always be logged in. Log out of the account only if you do not want to receive messages.

  6. Token gated chats have an impact on the entire community. You must provide an Infura Token and Coingecko API key during login. If wallet credentials are left out, then the community will not appear in (2) properties instead of the token gated chats only.

S
Description
A Python Bot for the Status Application
https://status.app
Readme
3.2 MiB
Languages
Python 99.5%
Dockerfile 0.5%