https://github.com/rustyconover/emojitracker-microprediction
Import emojitracker stats to microprediction.org
https://github.com/rustyconover/emojitracker-microprediction
Last synced: about 1 year ago
JSON representation
Import emojitracker stats to microprediction.org
- Host: GitHub
- URL: https://github.com/rustyconover/emojitracker-microprediction
- Owner: rustyconover
- Created: 2020-08-25T18:58:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T19:22:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T18:11:41.290Z (about 1 year ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import Emojitracker to Microprediction
This module is an example use of the [microprediction](https://www.npmjs.com/package/microprediction)
module to import data from [emojitracker.com](https://emojitracker.com) to the microprediction to
predict of many emojis will be used on Twitter between updates.
## Loaded Data
The data is sourced from:
`http://www.emojitracker.com/api/rankings`
## Implementation Details
There is a single Lambda function that is run as a scheduled
CloudWatch Event every minute pull new data. This function
is created using webpack to amalgamate the various imported modules.
It runs in about 2 seconds or less every minute.
The write keys are not included in this repo.