diff options
| author | Tianhao Wang <wth@riseup.net> | 2023-10-26 20:35:21 +0000 |
|---|---|---|
| committer | Tianhao Wang <wth@riseup.net> | 2023-10-26 20:49:13 +0000 |
| commit | def8a5c91e30ff80cd3b9be22e2f0e68cdf37a80 (patch) | |
| tree | c6cdc50964d10c973f53d7081a94d8373aeaea07 | |
| parent | dc9d78058e72e2483a8f57f03046cc8eb7eceadd (diff) | |
chore
| -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) |
