{"id":17918301,"url":"https://github.com/link-/bitcoin-manalysis","last_synced_at":"2025-03-23T23:31:08.480Z","repository":{"id":29363853,"uuid":"32898415","full_name":"Link-/bitcoin-manalysis","owner":"Link-","description":"Bitcoin Data Analysis using Jupyter/pandas and matplotlib","archived":true,"fork":false,"pushed_at":"2015-07-03T03:42:03.000Z","size":492,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-08T22:11:52.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Link-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-26T00:16:45.000Z","updated_at":"2024-09-02T07:58:02.000Z","dependencies_parsed_at":"2022-09-06T17:00:52.164Z","dependency_job_id":null,"html_url":"https://github.com/Link-/bitcoin-manalysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Link-%2Fbitcoin-manalysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Link-%2Fbitcoin-manalysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Link-%2Fbitcoin-manalysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Link-%2Fbitcoin-manalysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Link-","download_url":"https://codeload.github.com/Link-/bitcoin-manalysis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245186591,"owners_count":20574551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T20:10:40.446Z","updated_at":"2025-03-23T23:31:08.006Z","avatar_url":"https://github.com/Link-.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"    @version: 0.1.2\n\nThis analysis **(a work in progress)** is an attempt to find a relationship between bitcoin related news and the rise or fall of the bitcoin exchange rate (BTC/USD).\n\n##Sample\n\nQuick sample of what we have so far, gives you a glimpse of what to expect if you want to digg in:\n\n[Bitcoin-Price-News-Impact_v0.1.2.ipynb](http://nbviewer.ipython.org/github/Link-/bitcoin-manalysis/blob/master/data_analysis/Bitcoin-Price-News-Impact_v0.1.2.ipynb)\n\n##Prerequisites\n\n* python 2.7\n* ipython (Jupyter) 3.0.0\n* [requests](http://docs.python-requests.org/en/latest/)\n* [matplotlib](http://matplotlib.org)\n* wget (for OSX use homebrew)\n\n##Data\n####Bitcoin Data\nDownload all the bitcoin price historical data. This can be found in [http://api.bitcoincharts.com/v1/csv/](http://api.bitcoincharts.com/v1/csv/)\n\nIn order to get all the available data for all available markets, execute the following:\n\n\t$ cd \u003cdata directory\u003e\n    $ wget -A csv.gz -r -l 1 -nd http://api.bitcoincharts.com/v1/csv/\n    \nFrom this entire bitcoincharts repo, the most comprehensive catalog of data is `btceUSD.csv`.\n\nFor the Bitcoin Transactions Volume (in BTC or USD) you can get this data from Quandl through their API\n\n* [http://www.quandl.com/api/v1/datasets/BCHAIN/ETRAV.csv (BTC)](http://www.quandl.com/api/v1/datasets/BCHAIN/ETRAV.csv)\n* [http://www.quandl.com/api/v1/datasets/BCHAIN/ETRVU.csv (USD)](http://www.quandl.com/api/v1/datasets/BCHAIN/ETRVU.csv)\n\n###Raw Data\n\nIf you want access to the exact raw data sets I'm using, I have uploaded them to Google Drive\n\n[Raw Data - Google Drive](https://drive.google.com/folderview?id=0B5eZRVoBwyOafkxHVjd5NlpNX2R2V0xMS1AzcG9rQjdDdm5KdzQyUGFWQUx4cG9Cb2d6MEk\u0026usp=sharing)\n\n####News Articles\nThe best centralized source of filtered/relevant news is undoutably Reddit, specifically `/r/bitcoin`. Yes, the posts of this subreddit can be of numerous types (news articles, videos, blog posts etc...) but we will deal with this issue during the data cleanup process.\n\nAnother relevant source is the NewYork Times articles. They have a nice API which can be used to aggregate bitcoin related articles.\n\nIn order to gather this data, a scrapper per source was developed and can be found in the directory `scrappers/\u003csource\u003e`\n\n##Interesting Links\n\n[matplotlib - 2D and 3D plotting in Python](http://nbviewer.ipython.org/github/jrjohansson/scientific-python-lectures/blob/master/Lecture-4-Matplotlib.ipynb)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-%2Fbitcoin-manalysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-%2Fbitcoin-manalysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-%2Fbitcoin-manalysis/lists"}