https://github.com/tomoima525/4sqcrawler
A tool to fetch data from foursquare into csv file
https://github.com/tomoima525/4sqcrawler
foursquare foursquare-api tools typescript
Last synced: 6 months ago
JSON representation
A tool to fetch data from foursquare into csv file
- Host: GitHub
- URL: https://github.com/tomoima525/4sqcrawler
- Owner: tomoima525
- Created: 2020-06-13T07:02:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T22:53:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T11:44:25.204Z (8 months ago)
- Topics: foursquare, foursquare-api, tools, typescript
- Language: TypeScript
- Size: 379 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A tool to fetch data from foursquare into csv file
### Install
```
yarn install
```setup .env file
```
touch .env
vi .env// .env
CLIENT_ID=xxx // foursquare client id
CLIENT_KEY=xxx // foursquare client key
```setup result dir
```
mkdir result
```### Usage
```
yarn start --citiesFile inputs/cities.json --categoriesFile inputs/categories.json
```output will be result_{number}_{cityname}.csv