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
- Host: GitHub
- URL: https://github.com/notrustverify/nymfrench-bot
- Owner: notrustverify
- License: gpl-3.0
- Created: 2022-09-02T06:43:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T16:03:58.000Z (about 2 years ago)
- Last Synced: 2024-03-18T16:56:25.725Z (about 2 years ago)
- Topics: python3, telegram
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 6
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
},
]
```