A big data analytics project on how bitcoins have been used since their launch in 2009
See the website at qdm12.github.io/BitcoinUses/results
Refer to results/ for website access and more information
Refer to blockchain/readme, section 1
Refer to blockchain/profiling/readme
Refer to blockchain/analysis/readme
- Done with the Python script at reddit/scrapping/reddit_import.py
- Uses the Reddit API
- Gets the following data:
- Title of posts containing the keyword bitcoin
- The date of the post
- The score of the post
- The number of comments of the post
- The textual content of comments of the post
- This raw data is at reddit/scrapping/
- The data is cleaned and then profiled