Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.45 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.45 KB

The tweets/ folder

To create a new tweet create a new *.tweet file in this tweets/ folder.

Create new tweet

Simple Tweets

For a simple text only tweet, create a new file tweets/2022_01_31_Description.tweet with the content

Hello, world!

Advanced Tweets

You can also retweet, reply, create polls and upload media, with the following formats (see $_sample_*.tweet files)

Reply

---
reply: https://twitter.com/eth_classic/status/1565324035424133121
---

This is a sample reply.

Retweet

---
retweet: https://twitter.com/eth_classic/status/1562379187104743424
---

Retweet with Text

---
retweet: https://twitter.com/eth_classic/status/1562379187104743424
---

This is some text.

Poll

TODO

Media

TODO

Notes

  • Only newly created files are handled, deletions, updates or renames are ignored.
  • *.tweet files will not be created for tweets you send out directly from twitter.com
  • If you need to rename an existing tweet file, please do so locally using git mv old_filename new_filename, otherwise it may occur as deleted and added which would trigger a new tweet.
  • your message must fit into a single tweet

Questions?

If you have any further questions or suggestions, please create an issue at https://github.com/gr2m/twitter-together/issues/new