@ETC_Network Twitter Together
This repo uses the Twitter-Together GitHub Action to allow anyone to make a pull request in order to submit tweets to the @ETC_Network Twitter Account.
You can now submit tweets via https://etc.contributions.app/
- Open the tweets folder.
- Click "Add file" -> "Create new file".
- Enter the contents of the tweet you want to submit.
- Make sure the content follows the rules.
- Ensure the formatting matches one of the tweet types.
- Line breaks are included, so ensure you only write on a new line number if you want a new line.
- If you are
retweet
orreply
you must follow exactly same URL format.
- Make sure the filename is correct ("Name your file...").
- It must end in
.tweet
and be inside thetweets
folder. - It must follow the format
YYMMDD-Your-Description.tweet
- It must end in
- Click "Propose new file", ensuring you are creating a new branch.
- Click "Create pull request"
- Your tweet will be reviewed for approval
The rules for appropriate tweets on this account are to be determiend and will evolve over time as needed.
For now, please review the more stringent and established rules on the main account, and assume more leniency with regards to seriousness and promotion of other projects. Try to keep submissions reasonable and relevant, and in line with previous tweets, to increase the chance of your tweet being accepted.
Hello, world!!!
---
retweet: https://twitter.com/testing_tt_/status/1576500683087302656
---
---
retweet: https://twitter.com/testing_tt_/status/1576500683087302656
---
Whoops!
---
reply: https://twitter.com/testing_tt_/status/1576496789741391872
---
You forgot about orange!
You must upload the images you want to tweet into the media
folder, which you can do by editing updating your PR's branch (open media
folder and "Add file" -> "Upload file"). Make sure the filenames match your tweet content.
---
media:
- file: cat.jpg
alt: A cat
- file: dog.jpg
alt: A dog
---
Here are some cute animals!
---
poll:
- Red
- Blue
- Green
---
What is your favorite color?
Threaded tweets are tweeted in series and separated by ---
.
๐งต Here is a thread...
---
---
poll:
- Banana
- Mango
---
Which fruit is more delicious?
---
We hope you enjoyed this thread...
---
We certainly did.
- TODO