Remove unused file

This commit is contained in:
Ivan Habunek 2017-04-12 17:04:11 +02:00
parent 8e4342b818
commit cc512bf759
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 0 additions and 28 deletions

28
toot.py
View File

@ -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('ivan@habunek.com', 'K2oEeDHdMEvCbAnEJjeB18sv', to_file='user_creds.txt')
# # 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')