Skip to content

ツイッターのプロフィールをディスコード上で確認し埋め込みリンクを送信するディスコードボット / Checks Twitter's profile and send that as embed on Discord.

License

Notifications You must be signed in to change notification settings

nh-chitose/TwiChecker

Repository files navigation

🐤TwiChecker

GitHub release (latest by date) PyPI CodeQL CI GitHub

ツイッターのプロフィールをスラッシュコマンドでDiscord上で簡単に取得できるボットです。

使用例

使用例

必要な権限

☑ メッセージを送信

☑ 埋め込みリンク

☑ アプリコマンドを使う

推奨環境

  • Python v3.8以降
  • Poetry v1.4.0以降

導入

# クローン
git clone https://github.com/nh-chitose/TwiChecker.git
# ディレクトリの移動
cd TwiChecker
# 依存関係のインストール
poetry install

.envファイルの用意

DISCORD_TOKEN=(Discord Developer Portalで取得したトークン)
TWITTER_TOKEN=(Twitterで取得したベアラートークン)
# 実行
poetry run python3 index.py

サポート

サポートサーバにて質問・バグの報告などを受け付けております。

またご自分でホストしなくても、上記サーバーから導入して頂けます。

Change Log

2022/11/28 Release v1.0.0

2022/12/18 Update 埋め込みリンクの送信 v1.1.0

2023/04/13 Update Poetryとdotenvへの対応 v1.1.1

About

ツイッターのプロフィールをディスコード上で確認し埋め込みリンクを送信するディスコードボット / Checks Twitter's profile and send that as embed on Discord.

Topics

Resources

License

Stars

Watchers

Forks