https://github.com/procoders/psicsv
PSI CSV Tool enriches a list of urls in csv with Google Page Speed Index data
https://github.com/procoders/psicsv
Last synced: 2 months ago
JSON representation
PSI CSV Tool enriches a list of urls in csv with Google Page Speed Index data
- Host: GitHub
- URL: https://github.com/procoders/psicsv
- Owner: procoders
- Created: 2020-03-30T21:39:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:49:05.000Z (over 3 years ago)
- Last Synced: 2025-09-03T17:22:49.839Z (7 months ago)
- Language: JavaScript
- Size: 428 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSI CSV Tool
[](http://procoders.tech/)
PSI CSV Tool enriches a list of urls in csv with Google Page Speed Index data
- [Installation](#installation)
- [Usage](#usage)
- [Authors](#authors)
**Warning**: Google Page Speed has strong anti-scraping policies, they may blacklist ips making unauthenticated or unusual requests
## Installation
You have to check that [Node.js](https://nodejs.org/en/download) is installed
## Usage
### Enrich the data
1. Save csv with companies list from Crunchbase *with URL column*
2. Run via `npx` in [Terminal](https://www.idownloadblog.com/2019/04/19/ways-open-terminal-mac/)
```
npx @procoders/psicsv -f .csv
```
## For developers
### Run from sources
0. First You have to check that [Node.js](https://nodejs.org/en/download) is installed
1. Run the terminal console and checkout the project by `git clone https://github.com/procoders/psicsv.git`
1. Go to project folder by `cd ~/psicsv`
2. Install all the packages by running `npm i`
### Userful articles
* https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/
### TODO:
* [Autopublish](https://sergiodxa.com/articles/github-actions-npm-publish/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Authors
[Procoders.TECH](https://procoders.tech)
We gear IT up!
> Procoders mission is to ship meaningful code, all our partners come from referrals, and our pricing model is transparent and fair. Drop us a line and let’s start a conversation right now.
[](http://procoders.tech/)