Skip to content

Commit

Permalink
fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed Dec 29, 2023
1 parent 3d3ed2d commit a76f80d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.9.x"
- name: Install dependencies
run: |
cd src/python &&
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go get -u github.com/n0madic/twitter-scraper
## Setting up the Project
Clone the repository using the HTTPS key:
```
https://github.com/helios2003/Twitter-Feed-Filter.git
git clone https://github.com/helios2003/Twitter-Feed-Filter.git
```
Or you can fork the repository and git clone it from there.

Expand Down
2 changes: 1 addition & 1 deletion flask/data/data_#BankNiftyOption_urls.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flask/data/data_#KrithiShetty_urls.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flask/data/data_#TataMotors_urls.txt

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions flask/source files/#BankNiftyOption_urls.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
https://www.bankniftyoption.in/
https://www.nseindia.com/get-quotes/derivatives?symbol=BANKNIFTY
http://www.nseindia.com/get-quotes/derivatives?symbol=BANKNIFTY
https://www.5paisa.com/derivatives/banknifty-option-chain
https://www.indiainfoline.com/knowledge-center/share-market/bank-nifty-option-tips-and-strategy
https://www.niftytrader.in/nse-option-chain/banknifty
https://in.tradingview.com/ideas/bankniftyoptions/
https://in.linkedin.com/in/banknifty-option-tips-4041b8213
https://m.facebook.com/127235975750499/
https://www.instagram.com/banknifty_option_calls/?hl=en
https://www.niftyoptiontips.in/bank-nifty-tips.html
https://upstox.com/options-live/banknifty-call-put-option-price/
https://www.shyamadvisory.com/bank-nifty-tips/
https://www.samco.in/knowledge-center/articles/tips-and-strategy-for-trading-in-bank-nifty-option/
https://www.youtube.com/channel/UCdRIxeEtEmN_lekUv125ufw/about
https://www.instagram.com/banknifty.option/?hl=en
https://www.instagram.com/indexanalyst618/?hl=en
12 changes: 6 additions & 6 deletions flask/source files/#KrithiShetty_urls.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
https://www.instagram.com/krithi.shetty_official/
https://twitter.com/IamKrithiShetty
https://www.instagram.com/krithi.shetty_official/?hl=en
https://twitter.com/iamkrithishetty?lang=en
https://www.imdb.com/name/nm9598771/
https://www.facebook.com/urkrithishetty/
https://www.youtube.com/channel/UCnUlDS09sWSsRAMCgvFBc-g
https://www.facebook.com/IamKrithiShettyOfficial/
https://timesofindia.indiatimes.com/entertainment/malayalam/web-stories/krithi-shetty-alluring-pictures/photostory/101800289.cms
https://www.youtube.com/channel/UCnUlDS09sWSsRAMCgvFBc-g
https://www.facebook.com/IamKrithiShettyOfficial/
https://timesofindia.indiatimes.com/topic/Krithi-Shetty
https://www.instagram.com/krithishetty_officiial/?hl=en
https://www.facebook.com/IamKrithiShettyOfficial/
https://timesofindia.indiatimes.com/entertainment/malayalam/web-stories/krithi-shetty-alluring-pictures/photostory/101800289.cms
https://www.indiaglitz.com/telugu-actress-krithi-shetty-photos-8888
9 changes: 5 additions & 4 deletions flask/source files/#TataMotors_urls.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
https://www.tatamotors.com/
https://www.tatamotors.com/
https://en.wikipedia.org/wiki/Tata_Motors
https://www.tata.com/business/tata-motors
https://twitter.com/tatamotors?lang=en
https://www.moneycontrol.com/india/stockpricequote/auto-lcvshcvs/tatamotors/TM03
https://www.tata.com/business/tata-motors
https://www.instagram.com/tatamotorsgroup/?hl=en
https://in.linkedin.com/company/tata-motors
https://www.instagram.com/tatamotorsgroup/?hl=en
https://in.linkedin.com/company/tata-motors
https://www.youtube.com/channel/UCGk_EOyEtbl-XdbVHRPwnfQ
https://www.facebook.com/TataMotorsGroup/
https://economictimes.indiatimes.com/tata-motors-ltd/stocks/companyid-12934.cms
https://www.cnbc.com/quotes/TATAMOTORS-IN
https://www.nseindia.com/get-quotes/equity?symbol=TATAMOTORS
10 changes: 5 additions & 5 deletions src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ googlesearch_python==1.2.3
langdetect==1.0.9
nltk==3.8.1
Requests==2.31.0
transformers
tensorflow
gensim
torch
pandas
transformers==2.4.1
tensorflow==2.14.0
gensim==4.1.2
torch==2.1.2
pandas==2.1.4

0 comments on commit a76f80d

Please sign in to comment.