Hello, I am a beginner developer and am trying to achieve the following:
- Extract text from a specific user account in near realtime.
- The text field that needs to be extracted in the below example is “LUX” and there are some rules:
- Example tweet. “The oval table is now live on our site! Contact $TRADE, earn $LUX!
- Text that needs to be extracted always comes after the word “earn”.
- The text always has a “$” preceding the word.
- The $ should not be extracted.
- The text that needs to be extracted could be between 2-6 characters.
- The tweets only need to be listened for during certain hours - ie. 2-7 UTC.
- The tweets need to be listened to in near realtime.
- The output of this, in this example, would be “LUX”. This needs to be passed to another API in near real time.
Any recommendations on where to get started, this is a personal project (not a corporation).
Thanks!
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.