Twitter Bot Full Ver
Developer
Public chat
Product Details
I'm not good at English. There may be parts that are difficult to understand. In that case, please feel free to ask me questions.
# Twitter-Bot Free Ver.
By uploading this folder to Heroku, you can automatically tweets and like tweets.
# Demo
# Features
- By instantiating the TwitterUtil class, automatic tweeting and liking can be performed.
- By using BlockingScheduler, it can be executed at a specified time (±x second is also possible). The interval of the execution time can also be set.
- I created a py file to create the sample folder and a py file to encrypt the API key and access token.
# Twitter-Bot Free Ver.
このフォルダを Heroku にアップロードすることで、自動的にツイート・ツイートをいいねすることができます。
# Features
- TwitterUtil クラスをインスタンス化することで限定的に自動ツイートすることができます。
- BlockingScheduler を使用することで、指定した時間( ±second も可能)に実行できる。また、実行時間のインターバルも設定可能です。
- サンプルフォルダを作成する py ファイル・API キーとアクセストークンを暗号化する py ファイルを作成しました。
# DriCro's Twitter-Bot Series
# English
./py/clook.py: Set the time scheduler to perform automatic tweets and likes.
./py/index.py: A file to stabilize the operation.
./py/tweet.py: The file that contains the TwitterUtil class.
# 日本語
./py/clook.py: タイムスケジューラーを設定して、自動ツイート・自動いいねを行う。
./py/index.py: 動作を安定させるための Twitter-Bot には必要ないファイル。
./py/tweet.py: TwitterUtil クラスが格納されているファイル。
File Tree
-
📁 Twitter Bot Full Ver