An open API service indexing awesome lists of open source software.

https://github.com/notrustverify/nymfrench-bot

Telegram Bot for listing informations about mixnodes and gateway in Nym French Community
https://github.com/notrustverify/nymfrench-bot

python3 telegram

Last synced: over 1 year ago
JSON representation

Telegram Bot for listing informations about mixnodes and gateway in Nym French Community

Awesome Lists containing this project

README

          

# [Nym (French)](https://t.me/nymfrench) community Bot

## Ajouter un mixnode

1. Fork du repo
2. Modifier le fichier [nodes.json](data/nodes.json) et rajouter les informations sous `mixnodes` ou `gateways`:

* `idkey`: identity key du mixnode
* `user`: pseudo Telegram (sans le `@`)
* `name`: site Web (optionnel) - [Emoji du pays](https://emojipedia.org/flags/) région
3. Créer un Pull requests

Exemple d'entrée dans `nodes.json` (les mixnodes se trouvent au début):
```json
"mixnodes": [
{
"idkey": "APxUbCmGp4K9qDzvwVADJFNu8S3JV1AJBw7q6bS5KN9E",
"user": ["Oheka","cgi_bin"],
"name": "nym.notrustverify.ch - 🇨🇭Zurich"
},
]
```