From f0aaa4dc5447b258e385d5c350f37aaadd5b4565 Mon Sep 17 00:00:00 2001
From: Thomas L <tom@dl6tom.de>
Date: Sun, 7 Jan 2018 18:48:35 +0100
Subject: [PATCH] remove our api-keys m(

---
 config.toml.example | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.toml.example b/config.toml.example
index 6257146..ab040ce 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -10,14 +10,14 @@ server = 'yourmastodoninstance' # Instance where you have your Mastodon account
 [tapp]
 # You get those keys when you follow these steps:
 # https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens
-consumer_key = "OD0CLn6twBxHjN2DqMkKuSvli" 
-consumer_secret = "XkvbViwjBWoWoJzIlseJLXmg2fqluq4HYqvwOwoSHGwxdTNi4l"
+consumer_key = "your_consumer_key"
+consumer_secret = "your_consumer_secret"
 
 [tuser]
 # You get those keys when you follow these steps:
 # https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens
-access_token_key = "876046057721008128-J35moxFXUvLb24MnaMVbVpqiEtxBlcc"
-access_token_secret = "I7PQZMHuJDS5WslgUhqEeZbEWGhwLhmOetvwFoTn8YDKW" 
+access_token_key = "your_access_token_key"
+access_token_secret = "your_acces_token_secret"
 
 [mail]
 # This is the mail the bot uses to send emails.