This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1K9ZcJLEUML7dKA4EBhgarXTyAqPL46iT8 https://explorer.blockstack.org/address/1K9ZcJLEUML7dKA4EBhgarXTyAqPL46iT8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5 https://explorer.blockstack.org/address/1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 https://explorer.blockstack.org/address/16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that "yukan.id" is my Blockstack ID. https://onename.com/yukan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my blockchain ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use latest"; | |
| // A webtask that provides simplistic sentiment analysis on recent tweets for a given topic | |
| // Takes 2 params: | |
| // q - topic, mention or hashtag | |
| // refreshLexicon - (optional) whether or not to refresh the cached lexicon from external source | |
| // | |
| // Returns a JSON object with the sentiment score and positive/negative words found | |
| // The higher the score, the more positive the sentiment | |
| // |