wordle-github-contributions

Tweets your monthly GitHub Contributions as Wordle grid

kizie-1488349199779389443

with tweepy support

name: Wordle GitHub Contributions

on:
  schedule:
    # at 08:00 on day-of-month 1
    - cron: "0 8 1 * *"

jobs:
  tweet-contribution-chart:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/[email protected]
      - uses: vchrombie/[email protected]
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
          TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
          TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
          TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

GitHub

View Github