Skip to content

ethereumclassic/tweets-etc_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

@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.

How to Tweet

Graphical UI

You can now submit tweets via https://etc.contributions.app/

Manually via Github

  1. Open the tweets folder.
  2. Click "Add file" -> "Create new file".
  3. 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 or reply you must follow exactly same URL format.
  4. Make sure the filename is correct ("Name your file...").
    • It must end in .tweet and be inside the tweets folder.
    • It must follow the format YYMMDD-Your-Description.tweet
  5. Click "Propose new file", ensuring you are creating a new branch.
  6. Click "Create pull request"
  7. Your tweet will be reviewed for approval

Rules

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.

Tweet Types

Hello, world!!!

Retweet (with no text)

---
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.

Maintainers

  • TODO