From 430e98f829dbac210b8a140288efc6d3efae3e34 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 15 Apr 2021 15:40:32 -0400 Subject: [PATCH] Added last bit of configuration --- .gitignore | 1 + feed2toot.ini | 17 +++++++++++++++++ hashtags.txt | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 feed2toot.ini create mode 100644 hashtags.txt diff --git a/.gitignore b/.gitignore index 706ba44..a3eced3 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ dmypy.json # It's a secret to everyone feed2toot_clientcred.txt feed2toot_usercred.txt +post.sh diff --git a/feed2toot.ini b/feed2toot.ini new file mode 100644 index 0000000..20e1149 --- /dev/null +++ b/feed2toot.ini @@ -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 + diff --git a/hashtags.txt b/hashtags.txt new file mode 100644 index 0000000..e4df194 --- /dev/null +++ b/hashtags.txt @@ -0,0 +1,2 @@ +NintendoSwitch +Homebrew