Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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_...]
```