add readme and spdx header

This commit is contained in:
Kay Faraday 2023-08-16 05:25:39 +00:00
parent a824a5e3d7
commit 4f39b6969f
2 changed files with 8 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# trout bot
Inspired by [Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Whacking_with_a_wet_trout], this bot lets you whack others with a wet trout.
## License
AGPL 3.0 only, see LICENSE.md

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# SPDX-License-Identifier: AGPL-3.0-only
import pleroma import pleroma
import qtoml as toml import qtoml as toml