generated from NEARBuilders/project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Current, twitter is implemented in the main repo, but it should be converted to a plugin.
Details
This plugin will be used as both a source and a distributor. But we only need to maintain one instance of the plugin -- it will export the two types. This may involve some changes to how the plugin service works
Acceptance Criteria
- listens to mentions and handles processing actions
- scrapes entire thread content (currently only grabs first post, and so summaries do not capture everything)
- can distribute threads
- can distribute as a quote tweet of original content
Source
- collecting mentions, new incoming messages
- reading entire threads
- reading articles
- read entire reply chains?
Distributor
- quote tweets (content + tweetId)
- tweets (content)
- retweets (provide tweetId)
- replies (tweetId + content)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request