Compare commits
19 Commits
dad080aa50
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e826c9aa08 | ||
|
|
4f10099b41 | ||
|
|
c8fec23964 | ||
|
|
05fb63e633 | ||
|
|
ed17240593 | ||
|
|
320bb5c34a | ||
|
|
b35ac045f3 | ||
|
|
3de25244fb | ||
|
|
1a9f605208 | ||
|
|
2211488f9a | ||
|
|
e97f048eb6 | ||
|
|
e6aeb0158a | ||
|
|
19508f38e8 | ||
|
|
90c356584e | ||
|
|
585445cb6a | ||
|
|
668402059f | ||
|
|
0ba1c69a7d | ||
| 42bb6f8bad | |||
|
|
b59ba24b35 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -46,4 +46,8 @@ tags
|
|||||||
# Persistent undo
|
# Persistent undo
|
||||||
[._]*.un~
|
[._]*.un~
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.DS_Store
|
||||||
|
dist/
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/go,vim
|
# End of https://www.toptal.com/developers/gitignore/api/go,vim
|
||||||
|
|||||||
5
.goreleaser.yaml
Normal file
5
.goreleaser.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
gitea_urls:
|
||||||
|
api: https://git.handmadecities.com/api/v1
|
||||||
|
download: https://git.handmadecities.com/
|
||||||
|
# set to true if you use a self-signed certificate
|
||||||
|
skip_tls_verify: false
|
||||||
18
config.toml
18
config.toml
@@ -1,18 +0,0 @@
|
|||||||
# User Constants - Update as needed
|
|
||||||
batch_size = 500 # Max 500 messages per batch: https://postmarkapp.com/developer/api/templates-api#send-batch-with-templates
|
|
||||||
test_email = "" # Fill this in with your own email address
|
|
||||||
|
|
||||||
# Handmade Cities Credentials - DON'T TOUCH
|
|
||||||
[hmc]
|
|
||||||
api_url = "https://api.handmadecities.com/v1/meetups/subscribers"
|
|
||||||
shared_secret = "Land_OF_TERminA__MAJORAS_LAIR#666!"
|
|
||||||
city = "Termina"
|
|
||||||
|
|
||||||
# Postmark App Credentials - NO TOUCHY TOUCHY
|
|
||||||
[postmark]
|
|
||||||
server_token = "37967b9a-6b1c-430e-a65f-de043de3e568"
|
|
||||||
api_url = "https://api.postmarkapp.com/email/batchWithTemplates"
|
|
||||||
template_id = 35682307
|
|
||||||
sender_name = "Skull Kid"
|
|
||||||
sender_email = "majora@handmadecities.com"
|
|
||||||
message_stream = "termina"
|
|
||||||
Reference in New Issue
Block a user