This commit is contained in:
sose 2020-09-13 18:49:34 +00:00
parent cde46be83e
commit 733dca9459
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -32,7 +32,6 @@ mastodon = Mastodon(
access_token = 'pytooter_usercred.secret',
api_base_url = 'https://botsin.space'
)
mastodon.toot('Hello world!')
amount=100 # words to get at a time
count_file=open('./count_file', 'r+')