aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--.github/workflows/twitter-together.yml26
-rw-r--r--tweets/README.md37
2 files changed, 0 insertions, 63 deletions
diff --git a/.github/workflows/twitter-together.yml b/.github/workflows/twitter-together.yml
deleted file mode 100644
index 5d552928a..000000000
--- a/.github/workflows/twitter-together.yml
+++ /dev/null
@@ -1,26 +0,0 @@
1on: [push, pull_request]
2name: Twitter, together!
3jobs:
4 preview:
5 name: Preview
6 runs-on: ubuntu-latest
7 if: github.event_name == 'pull_request'
8 steps:
9 - uses: gr2m/twitter-together@v1.x
10 env:
11 GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
12 tweet:
13 name: Tweet
14 runs-on: ubuntu-latest
15 if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
16 steps:
17 - name: checkout develop
18 uses: actions/checkout@v2
19 - name: Tweet
20 uses: gr2m/twitter-together@v1.x
21 env:
22 GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
23 TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
24 TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
25 TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }}
26 TWITTER_API_SECRET_KEY: ${{ secrets.TWITTER_API_SECRET_KEY }}
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