yudukikun5120 / teihitsu-training-twitter

An automated quiz-type account with a poll function. It is positioned as a Twitter client service for "Teihitsu Training".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teihitsu Training Automated Twitter Account

An automated quiz-type account with a poll function. It is positioned as a Twitter client service for Teihitsu Training.

Twitter Follow

Post

Features

  • Interactive learning through a voting function

Note

At this time, the only type of question is Ateji/Jyukujikun (当て字・熟字訓).

Resources

Email address

The email address attached to the automated account:

Email address

Twitter account

Credentials

Warning

For keys and tokens, this shall be managed by @yudukikun5120.

Development

Reference

Sequence diagram

sequenceDiagram
    participant GA as GitHub Actions
    participant TW as Twitter API
		participant TE as Teihitsu API
		loop every 2 hours
			GA->>TE: Get problem information
	    TE->>GA: Reply with problem information
			GA->>GA: Generate tweets
			GA->>TW: send tweets
    end

About

An automated quiz-type account with a poll function. It is positioned as a Twitter client service for "Teihitsu Training".


Languages

Language:Ruby 100.0%