Skip to content

fjdj-1515/twitter-analysis2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-analysis2

6秒おきに特定のTwitterアカウントのツイートを監視し、 新規ツイートをDiscordに投稿するプログラム

Installation

pipenv install
cp .env.sample .env
$EDITOR .env

Usage

以下のようなスクリプトで実行することを想定している。

#!/bin/sh

while true
do
/home/fjdj/.local/bin/pipenv run python notice-user-tweet.py ${userid} 2>> /home/fjdj/twitter-analysis2/err.log > /dev/null;sleep 5; 
done

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages