All Projects → xbwei → Data-Mining-on-Social-Media

xbwei / Data-Mining-on-Social-Media

Licence: MIT license
Python scripts to extract tweets and facebook posts from public users.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Data-Mining-on-Social-Media

Zhihu Analysis Python
Social Network Analysis of Zhihu with Python
Stars: ✭ 215 (+117.17%)
Mutual labels:  data-mining, social-media
sugarcube
Monoidal data processes.
Stars: ✭ 32 (-67.68%)
Mutual labels:  data-mining
Matminer
Data mining for materials science
Stars: ✭ 251 (+153.54%)
Mutual labels:  data-mining
youtube discussion tree
This is a python API that allows you to obtain the discusion that occurs on the comments of a Youtube video as a tree structure. It also controls the quota usage that consumes your implementation over Youtube Data Api through this library, and allows you to represent and serialize the discusion tree.
Stars: ✭ 16 (-83.84%)
Mutual labels:  social-media
kenchi
A scikit-learn compatible library for anomaly detection
Stars: ✭ 36 (-63.64%)
Mutual labels:  data-mining
scikit-hubness
A Python package for hubness analysis and high-dimensional data mining
Stars: ✭ 41 (-58.59%)
Mutual labels:  data-mining
Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (+151.52%)
Mutual labels:  data-mining
EANN-KDD18
EANN: event-adversarial neural networks for multi-modal fake news detection
Stars: ✭ 171 (+72.73%)
Mutual labels:  social-media
buttons
Make sharing fast and secure.
Stars: ✭ 18 (-81.82%)
Mutual labels:  social-media
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (-63.64%)
Mutual labels:  social-media
meow
Daily Bruin's homemade social media manager
Stars: ✭ 42 (-57.58%)
Mutual labels:  social-media
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+552.53%)
Mutual labels:  social-media
Semantic-Bus
object flow treatment, data transformation
Stars: ✭ 49 (-50.51%)
Mutual labels:  data-mining
Awesome Datascience
📝 An awesome Data Science repository to learn and apply for real world problems.
Stars: ✭ 17,520 (+17596.97%)
Mutual labels:  data-mining
imbalanced-ensemble
Class-imbalanced / Long-tailed ensemble learning in Python. Modular, flexible, and extensible. | 模块化、灵活、易扩展的类别不平衡/长尾机器学习库
Stars: ✭ 199 (+101.01%)
Mutual labels:  data-mining
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+3083.84%)
Mutual labels:  data-mining
software-analytics
A repository with my data analysis results of software artifacts
Stars: ✭ 37 (-62.63%)
Mutual labels:  data-mining
Lets-Talk-Movies
A Social media desktop web app where movie fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.
Stars: ✭ 12 (-87.88%)
Mutual labels:  social-media
Asclepius
Open Price Comparison for US Hospitals
Stars: ✭ 20 (-79.8%)
Mutual labels:  data-mining
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-87.88%)
Mutual labels:  social-media

Extract Social Media Data from Twitter and Facebook

Video tutorial: https://www.youtube.com/channel/UCwtRYX-OsUj4VHLic2XQYog/featured

  • [Twitter] get tweets by defined query or specific users, and store collected tweets in dbf table or postgre sql database. Extract geo-tagged locations, mentioned users, retweeted users and replying users into separate fields.
  • [Facebook] get public facebook posts from specific users, and store collected posts in posgtre sql database. Extract commented users and mentioned users into separate fields.
An visualization tool is provided at https://github.com/xbwei/Visualization-for-Geo-Twitter-Data

alt tag alt tag

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].