diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | cat.py | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,4 @@ oauth.txt ./oauth.txt test_* data/ +mastodon @@ -101,6 +101,10 @@ class VnilCat: status += "\n" status += n["url"] status += "\n\n" +<<<<<<< HEAD +======= + status += "randomly taken from - https://news.ycombinator.com/" +>>>>>>> 95c5afd (chore) self.session.toot(status) |
