Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.05 KB

Loadsmart Tweets

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

Create new tweet

Example

Create a new file tweets/hello-world.tweet with the content

Hello, world!

Prefer using subfolders including current year and month, e.g. tweets/2020/04/hello-world.tweet. As long as the file is in the tweets/ folder and has the .tweet file extension, the workflow should work

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.

Questions?

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