Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1131 committed Apr 21, 2024
1 parent afcc20c commit 3261608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Scripts
on:
schedule:
# Run newday.py every day.
- cron: '39 16 * * *'
- cron: '30 2 * * *'


jobs:
Expand Down
1 change: 1 addition & 0 deletions update_BoW.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from bs4 import BeautifulSoup
from newspaper import Article
import requests
import nltk
from nltk.corpus import stopwords
from nltk.tokenize import word_tokenize
from nltk.stem import WordNetLemmatizer
Expand Down

0 comments on commit 3261608

Please sign in to comment.