From 4189969d96e541ce7603cb5100360d31fe24f2a6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 19 Apr 2022 15:44:39 -0500 Subject: Removed twitter-together and its folder --- .github/workflows/twitter-together.yml | 26 ------------------------ tweets/README.md | 37 ---------------------------------- 2 files changed, 63 deletions(-) delete mode 100644 .github/workflows/twitter-together.yml delete mode 100644 tweets/README.md 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 @@ -on: [push, pull_request] -name: Twitter, together! -jobs: - preview: - name: Preview - runs-on: ubuntu-latest - if: github.event_name == 'pull_request' - steps: - - uses: gr2m/twitter-together@v1.x - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - tweet: - name: Tweet - runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/develop' - steps: - - name: checkout develop - uses: actions/checkout@v2 - - name: Tweet - uses: gr2m/twitter-together@v1.x - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} - TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} - TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }} - 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 @@ -# The tweets/ folder - -To create a new tweet create a new `*.tweet` file in this `tweets/` folder. - -[Create new tweet](../../../new/master/?filename=tweets/.tweet) - -## Example - -Create a new file `tweets/hello-world.tweet` with the content - -> Hello, world! - -You 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 - -## Create a tweet with a twitter poll - -**Note**: The configured twitter account needs to be authorized to use Twitters Ads API in order to send tweets including a poll. - -A tweet including a poll must end with 2-4 options in the following format - -> Here is some text -> -> ( ) option A -> ( ) option B -> ( ) option C -> ( ) option D - -## Notes - -- Only newly created files are handled, deletions, updates or renames are ignored. -- `*.tweet` files will not be created for tweets you send out directly from twitter.com -- 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. -- your message must fit into a single tweet - -## Questions? - -If you have any further questions or suggestions, please create an issue at https://github.com/gr2m/twitter-together/issues/new -- cgit v1.2.3-70-g09d2