Remove unused file - toot - Unnamed repository; edit this file 'description' to… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit cc512bf759d5bca2a5c5e22ed81ef475d0eb5eae | |
parent 8e4342b818170963fa4e217d6242b61a75494302 | |
Author: Ivan Habunek <[email protected]> | |
Date: Wed, 12 Apr 2017 17:04:11 +0200 | |
Remove unused file | |
Diffstat: | |
toot.py | 28 ---------------------------- | |
1 file changed, 0 insertions(+), 28 deletions(-) | |
--- | |
diff --git a/toot.py b/toot.py | |
@@ -1,28 +0,0 @@ | |
-from mastodon import Mastodon | |
- | |
-# app = Mastodon.create_app('toot', to_file='app_creds.txt') | |
-# print app | |
- | |
-# mastodon = Mastodon(client_id='app_creds.txt') | |
-# mastodon.log_in('[email protected]', 'K2oEeDHdMEvCbAnEJjeB18sv', to_file='use… | |
- | |
- | |
-# # Create actual instance | |
-# mastodon = Mastodon( | |
-# client_id='app_creds.txt', | |
-# access_token='user_creds.txt' | |
-# ) | |
- | |
-# mastodon.toot('Testing') | |
- | |
- | |
-# import ConfigParser | |
- | |
-# config = ConfigParser.ConfigParser() | |
-# config.read('auth.ini') | |
- | |
-# print config.get('Auth', 'foo2') | |
- | |
- | |
- | |
- |