IstoraMandiri / tweets-etc_network

๐ŸŸ  Submit Tweets to the @ETC_Network Twitter account

Home Page:https://twitter.com/ETC_Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

  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

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

About

๐ŸŸ  Submit Tweets to the @ETC_Network Twitter account

https://twitter.com/ETC_Network

License:MIT License