aboutsummaryrefslogtreecommitdiffstats
path: root/tweets
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 15:44:39 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 15:44:39 -0500
commit4189969d96e541ce7603cb5100360d31fe24f2a6 (patch)
treea1e99098d158edb6fe193ed6349f0416785a3916 /tweets
parentBumped up ferdium to '6.0.0-nightly.0' (diff)
downloadferdium-app-4189969d96e541ce7603cb5100360d31fe24f2a6.tar.gz
ferdium-app-4189969d96e541ce7603cb5100360d31fe24f2a6.tar.zst
ferdium-app-4189969d96e541ce7603cb5100360d31fe24f2a6.zip
Removed twitter-together and its folder
Diffstat (limited to 'tweets')
-rw-r--r--tweets/README.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/tweets/README.md b/tweets/README.md
deleted file mode 100644
index a66deef76..000000000
--- a/tweets/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
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