https://github.com/decodedco/datasamples
Samples of Scrapers and Visualisations
https://github.com/decodedco/datasamples
Last synced: 2 months ago
JSON representation
Samples of Scrapers and Visualisations
- Host: GitHub
- URL: https://github.com/decodedco/datasamples
- Owner: DecodedCo
- Created: 2015-06-04T00:23:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T09:54:26.000Z (about 11 years ago)
- Last Synced: 2025-12-31T05:00:44.592Z (6 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 36
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Some examples of using d3, python etc...
## CSV -> bubble chart code snippets
* Loads CSV and draws a bubble chart of it
* Required:
* CitySingles.csv
* bubblechart.js
* csv.html
## Creating a bubble chart from json file
* Bubble chart from json
* bubblechartjson directory
* css decides colours of circles
## Example Scrapers
* Some python web scrapers
* Get links out of page:
* Scraper1.py
* Get likes of facebook api
* Scraper2.py
*Make Link from tweet is a js function to find a link in text (in a tweet for instance) and turn it into a usable link