junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 135 forks source link

[Chore] Updated Dynamic Data #127

Closed SethuSenthil closed 12 months ago

SethuSenthil commented 12 months ago
SethuSenthil commented 12 months ago

Nah fr! Maybe something like this would work

name: Fetch_Dynamic_Data

runs-on: ubuntu-latest

permissions:
 contents: write

on:
  schedule:
    - cron: "0 0 * * *" # end of every day

steps:
  - uses: denoland/setup-deno@v1
    with:
      deno-version: v1.35.x

   - name: Fetch
      run: deno run --allow-read --allow-write --allow-env --allow-net index.deno.ts

  - uses: actions/checkout@v3

  - uses: stefanzweifel/git-auto-commit-action@v4
junhoyeo commented 12 months ago

Nah fr! Maybe something like this would work

@SethuSenthil I would absolutely love that!