File size: 1,751 Bytes
dbaa71b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This could not have been possible without following open source software -
- [searchtweets-v2](https://github.com/twitterdev/search-tweets-python): For Twitter's API v2 wrapper
- [vaderSentiment](https://github.com/cjhutto/vaderSentiment): For rule-based sentiment analysis
- [transformers](https://github.com/huggingface/transformers): For text-classification pipeline
- [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api): To interact with Jira
- [elasticsearch](https://github.com/elastic/elasticsearch-py): To interact with Elasticsearch
- [pydantic](https://github.com/samuelcolvin/pydantic): For data validation
- [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy): As SQL toolkit to access DB storage
- [google-play-scraper](https://github.com/JoMingyu/google-play-scraper): To fetch the Google Play Store review without authentication
- [praw](https://github.com/praw-dev/praw): For Reddit client
- [reddit-rss-reader](https://github.com/lalitpagaria/reddit-rss-reader): For Reddit scrapping
- [app-store-reviews-reader](https://github.com/lalitpagaria/app_store_reviews_reader): For App Store reviews scrapping
- [slack-sdk](https://github.com/slackapi/python-slack-sdk): For slack integration
- [presidio-anonymizer](https://github.com/microsoft/presidio): Personal information anonymizer
- [GoogleNews](https://github.com/Iceloof/GoogleNews): For Google News integration
- [python-facebook-api](https://github.com/sns-sdks/python-facebook): For facebook integration
- [youtube-comment-downloader](https://github.com/egbertbouman/youtube-comment-downloader): For Youtube video comments extraction code
- [dateparser](https://github.com/scrapinghub/dateparser): To parse date properly (where format is ambiguous)