Initial commit
This commit is contained in:
commit
56e8c3e066
7 changed files with 174 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
REDDIT_USER_AGENT="Reddit Mastodon Crossposter"
|
||||
REDDIT_AUTH_URL=""
|
||||
REDDIT_AUTH_TOKEN=""
|
||||
REDDIT_REFRESH_TOKEN=""
|
||||
REDDIT_CLIENT_ID=""
|
||||
REDDIT_CLIENT_SECRET=""
|
||||
MASTODON_URL=""
|
||||
MASTODON_EMAIL=""
|
||||
MASTODON_PASSWORD=""
|
||||
MASTODON_USER_ID=""
|
||||
MASTODON_APP_NAME=""
|
||||
MASTODON_USER_SECRET="usercred.secret"
|
||||
MASTODON_CLIENT_SECRET="clientcred.secret"
|
Loading…
Add table
Add a link
Reference in a new issue