Skip to content

Auto Tweet Using anthropic #385

Auto Tweet Using anthropic

Auto Tweet Using anthropic #385

Workflow file for this run

name: Auto Tweet Using anthropic
# Runs every 2 hours
on:
schedule:
- cron: "0 */2 * * *"
# Allows manual triggering of the workflow
workflow_dispatch:
jobs:
build:
name: Auto Tweet Using anthropic
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install Dependencies
run: npm install
- name: Run Twitter bot
run: npm start