Add ebooks #22

Merged
mattbk merged 6 commits from 311_ebooks into master 2020-08-11 09:41:49 -05:00
2 changed files with 66 additions and 0 deletions
Showing only changes of commit 12c975bab1 - Show all commits

View File

@ -56,4 +56,6 @@ mastodon.log_in(
)
# Send toot
mastodon.toot(text_model.make_short_sentence(280))
toot = text_model.make_short_sentence(280)
print(toot)
mastodon.toot(toot)