discover-mastodon-servers/README.md

24 lines
353 B
Markdown
Raw Normal View History

2024-01-19 14:33:49 +01:00
# discover-mastodon-servers
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
discover-mastodon-servers.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```