https://github.com/loadsmart/tweets
Tweets from our Engineering team
https://github.com/loadsmart/tweets
Last synced: over 1 year ago
JSON representation
Tweets from our Engineering team
- Host: GitHub
- URL: https://github.com/loadsmart/tweets
- Owner: loadsmart
- License: cc0-1.0
- Created: 2020-04-17T22:23:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T19:18:28.000Z (about 3 years ago)
- Last Synced: 2023-08-11T19:59:04.190Z (almost 3 years ago)
- Homepage: https://twitter.com/LoadsmartEng
- Size: 2.32 MB
- Stars: 8
- Watchers: 47
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Loadsmart Tweets
To create a new tweet create a new `*.tweet` file in this `tweets/` folder.
[Create new tweet](../../../new/master/?filename=tweets/.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`](https://help.github.com/en/articles/renaming-a-file-using-the-command-line), 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