HikaruEgashira / deno-twitter-bot

Home Page:https://twitter.com/nerv_kanto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Bot for deno deploy

Twitter API を操作するサンプル。 特定のキーワードをリアルタイムで監視して、自動リツイートします。

A sample that manipulates the Twitter API. It monitors specific keywords in real time and automatically retweets them.

usage

  1. create .env. Scheme is .env.sample..envを作成します。内容は.env.sampleを参考にしてください
  2. 以下を実行 run below ↓
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check --unstable -r -f https://deno.land/x/deploy/deployctl.ts # install deployctl
sh ./run.sh # deployctl run --no-check --watch --env=.env main.ts

About

https://twitter.com/nerv_kanto


Languages

Language:TypeScript 97.9%Language:Shell 2.1%