Commit da17da4
Removing unnecessary time sleep to prevent heroku timeout (#11)
* Feature/tweet acquisition (#1)
* API initial config
* Tweet acquisition API tracking and writing csv file correctly. TODO: Set stop-point to tweet streaming
* Timezone convertion WIP
* Added limit to stop streaming tweets.
* Tweet acquisition done
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
* Sentimental analysis (#2)
* Saved best model
* Preprocessing
* Applying model to live search data. Return positive/negative ratio. Throw exception when no data is found.
* LIME Text explainer
* Mongodb connection
* Sending tweets to crowdsourcing database
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
* Trending topics API (#3)
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
* Procfile (#4)
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
* Fixing cors
* Hotfix/async functions (#6)
* Async functions to prevent 404 error
* Fixing file reading error
* Removed csv writer methods. Everything is being done on MongoDB cloud.
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
* Hotfix - Trending topics
* Fixing cors (#7)
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>
Co-authored-by: Fabiana Garcia <fabiana.garcia@fit-tecnologia.org.br>1 parent 1b40c9d commit da17da4
3 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments