mirror of
https://gitgud.io/Melon__Bread/nxbrew-melonbread.dev.git
synced 2024-11-25 00:28:23 -05:00
Added last bit of configuration
This commit is contained in:
parent
ca4e9fd2fc
commit
430e98f829
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,3 +131,4 @@ dmypy.json
|
|||||||
# It's a secret to everyone
|
# It's a secret to everyone
|
||||||
feed2toot_clientcred.txt
|
feed2toot_clientcred.txt
|
||||||
feed2toot_usercred.txt
|
feed2toot_usercred.txt
|
||||||
|
post.sh
|
||||||
|
17
feed2toot.ini
Normal file
17
feed2toot.ini
Normal 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
2
hashtags.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
NintendoSwitch
|
||||||
|
Homebrew
|
Loading…
Reference in New Issue
Block a user