aboutsummaryrefslogtreecommitdiffstats
path: root/tweets/README.md
diff options
context:
space:
mode:
authorLibravatar Ferdi Bot <56048320+FerdiBot@users.noreply.github.com>2021-12-09 05:18:01 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-09 05:18:01 +0100
commitd34f1d0130b761db1326116767990be9db5da5f6 (patch)
treeed4ad9618d6fd46045fa5243a873899b8331ca8a /tweets/README.md
parentCreate twitter-together.yml (diff)
downloadferdium-app-d34f1d0130b761db1326116767990be9db5da5f6.tar.gz
ferdium-app-d34f1d0130b761db1326116767990be9db5da5f6.tar.zst
ferdium-app-d34f1d0130b761db1326116767990be9db5da5f6.zip
🐦 twitter-together setup (#2312)
Diffstat (limited to 'tweets/README.md')
-rw-r--r--tweets/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/tweets/README.md b/tweets/README.md
new file mode 100644
index 000000000..a66deef76
--- /dev/null
+++ b/tweets/README.md
@@ -0,0 +1,37 @@
1# The tweets/ folder
2
3To create a new tweet create a new `*.tweet` file in this `tweets/` folder.
4
5<kbd>[Create new tweet](../../../new/master/?filename=tweets/<your-path>.tweet)</kbd>
6
7## Example
8
9Create a new file `tweets/hello-world.tweet` with the content
10
11> Hello, world!
12
13You can use subfolders, e.g. `tweets/2019-02/hello-world.tweet`, as long as the file is in the `tweets/` folder and has the `.tweet` file extension
14
15## Create a tweet with a twitter poll
16
17**Note**: The configured twitter account needs to be authorized to use Twitters Ads API in order to send tweets including a poll.
18
19A tweet including a poll must end with 2-4 options in the following format
20
21> Here is some text
22>
23> ( ) option A
24> ( ) option B
25> ( ) option C
26> ( ) option D
27
28## Notes
29
30- Only newly created files are handled, deletions, updates or renames are ignored.
31- `*.tweet` files will not be created for tweets you send out directly from twitter.com
32- 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.
33- your message must fit into a single tweet
34
35## Questions?
36
37If you have any further questions or suggestions, please create an issue at https://github.com/gr2m/twitter-together/issues/new