Added last bit of configuration

This commit is contained in:
Rain Clark 2021-04-15 15:40:32 -04:00
parent ca4e9fd2fc
commit 430e98f829
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View File

@ -131,3 +131,4 @@ dmypy.json
# It's a secret to everyone
feed2toot_clientcred.txt
feed2toot_usercred.txt
post.sh

17
feed2toot.ini Normal file
View File

@ -0,0 +1,17 @@
[mastodon]
instance_url=https://melonbread.dev
user_credentials=feed2toot_usercred.txt
client_credentials=feed2toot_clientcred.txt
; Default visibility is public, but you can override it:
; toot_visibility=public
[cache]
cachefile=cache.db
[rss]
uri=./homebrew_rss.txt
toot={title} {link}
[hashtaglist]
several_words_hashtags_list=hashtags.txt

2
hashtags.txt Normal file
View File

@ -0,0 +1,2 @@
NintendoSwitch
Homebrew