diff --git a/tweet2toot/config.ini b/tweet2toot/config.ini new file mode 100755 index 0000000..d554b68 --- /dev/null +++ b/tweet2toot/config.ini @@ -0,0 +1,21 @@ +[mastodon] +MASTODON_APPID= +MASTODON_APPSECRET= +MASTODON_APPTOKEN= +MASTODON_INSTANCE=hostux.social + +[mastodon_debug] +MASTODON_APPID = +MASTODON_APPSECRET= +MASTODON_APPTOKEN= +MASTODON_INSTANCE =botsin.space + +[twitter] +TWITTER_API_KEY= +TWITTER_API_SECRET= +TWITTER_ACCESS_TOKEN= +TWITTER_ACCESS_TOKEN_SECRET= +TWITTER_INSTANCE=twitter.com + +[app] +cache_path_dir=./cache diff --git a/tweet2toot/tweet2toot.py b/tweet2toot/tweet2toot.py new file mode 100755 index 0000000..3e81c88 Binary files /dev/null and b/tweet2toot/tweet2toot.py differ