mastodon_email_bridge/README.md

24 lines
345 B
Markdown
Raw Permalink Normal View History

2024-08-02 17:06:21 +02:00
# mastodon_email_bridge
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
mastodon_email_bridge.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```