mirror of
https://github.com/idanoo/go-mastodon-matrix-webhooks
synced 2025-07-01 11:02:14 +00:00
Init
This commit is contained in:
commit
d8b42a2a84
4 changed files with 14 additions and 0 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MATRIX_WEBHOOK_URL=
|
||||||
|
MATRIX_WEBHOOK_API_KEY=
|
||||||
|
MATRIX_CHANNEL=
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.env
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module tinker.nz/idanoo/go-mastodon-matrix-webhooks
|
||||||
|
|
||||||
|
go 1.19
|
7
main.go
Normal file
7
main.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "log"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
log.Printf("Test")
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue