Skip to content

Commit

Permalink
πŸ› Bug: Sentiment Schedule πŸ› (#42)
Browse files Browse the repository at this point in the history
* resolved

* fixed

* workflow name

* fix readme
  • Loading branch information
suchak1 authored Sep 28, 2020
1 parent 460dbac commit 5341ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sentiment1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will automatically update data files
# For more information see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule

name: Sentiment (1st batch)
name: Social Sentiment (1)

on:
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sentiment2.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will automatically update data files
# For more information see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule

name: Sentiment (2nd batch)
name: Social Sentiment (2)

on:
schedule:
- cron: "30 10 * * 3"
- cron: "30 10 * * *"
# 6:30am EST

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ Using Robinhood 2FA, we can simply provide our MFA one-time password in the `.en

- [ ] Price and Volume
- [x] ![Symbols](https://github.com/suchak1/scarlett/workflows/Symbols/badge.svg)
- [ ] EOD OHLCV
- [ ] ![OHLC](https://github.com/suchak1/scarlett/workflows/OHLC/badge.svg)
- [ ] Intraday OHLCV 5 min ticks
- [x] Actions
- [x] ![Dividends](https://github.com/suchak1/scarlett/workflows/Dividends/badge.svg)
- [x] ![Splits](https://github.com/suchak1/scarlett/workflows/Splits/badge.svg)
- [ ] Sentiment
- [ ] News Sentiment
- [x] Social Sentiment
- [x] ![Social Sentiment](<https://github.com/suchak1/scarlett/workflows/Social%20Sentiment%20(1)/badge.svg>)
- [ ] Analyst Recommendations
- [ ] Company / Micro
- [ ] Profile (Sector, # of Employees)
Expand Down

0 comments on commit 5341ff1

Please sign in to comment.