vycdev / vycdev/falling-pickaxe

Read streamelements subscribe messages from chat to activate mega tnt

Open
#13 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
66
Forks
41
PR merge metrics
No merged PRs in 30d

Description

This would require a new option in the configuration file.

It should look something like this:

"subscribeChatMessage": {
    "accountId": "the id of the bot sending the subscribe alert chat message",
    "messageTemplate": "Thanks for subscribing {0}"
} 

Where {0} is the name of the new subscriber.

The game would check the already existing stream of chat messages for messages sent by a user with the specified account id and the matching message template, and if it finds any, it will spawn mega tnt in the game.

This should be a good workaround to YouTube's limited API.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the configuration file and the existing stream of chat messages, then trace where chat messages can trigger game events. Implement the subscribeChatMessage option with accountId and messageTemplate matching, and verify that a matching subscriber name causes mega TNT to spawn while unrelated messages do not.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.