Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emir-munoz/data-science-pj
data science project
https://github.com/emir-munoz/data-science-pj
Last synced: 13 days ago
JSON representation
data science project
- Host: GitHub
- URL: https://github.com/emir-munoz/data-science-pj
- Owner: emir-munoz
- Created: 2013-06-07T15:42:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T15:47:27.000Z (over 11 years ago)
- Last Synced: 2024-11-10T14:13:13.480Z (2 months ago)
- Language: Python
- Size: 753 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Science Project
====================Files:
- ranking.py: contains methods to query Twitter using given keywords. Once a tweet is retrieved, some user information is extracted and used to assign a weight of importance for that user.
- user_profile.txt: is an example of the JSON retrieved for a given user.NOTE: Twitter allows just 150 queries for user profile per hour, using the same credentials.