Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangdungcntt/crawl-fb-v2
Simple script to detect email and phone from facebook comment.
https://github.com/dangdungcntt/crawl-fb-v2
crawler facebook
Last synced: 20 days ago
JSON representation
Simple script to detect email and phone from facebook comment.
- Host: GitHub
- URL: https://github.com/dangdungcntt/crawl-fb-v2
- Owner: dangdungcntt
- Created: 2018-07-07T15:30:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T06:37:15.000Z (over 6 years ago)
- Last Synced: 2024-11-17T09:47:35.398Z (3 months ago)
- Topics: crawler, facebook
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawl FB V2
Simple script to detect email and phone from facebook comment.
## Installation
```bash
git clone https://github.com/dangdungcntt/crawl-fb-v2.git
cd crawl-fb-v2
npm install
cp .env.sample .env
mkdir data
```* Update your `ACCESS_TOKEN` in `.env`. [How to get ACCESS_TOKEN?](https://code.nddcoder.com/v/VrGZXvN6)
```bash
ACCESS_TOKEN=
```## Usage
* `post_id` format: `_`
* Your data will place in `data` directory
* Add `post_id` to `listPostID.json` and `node getComment.js`* Or
```bash
node getComment.js [post_id_1] [post_id_2] [post_id_...]
```