https://github.com/cr34t1ve/opengraph-reader
Open Graph Scraper implemented with Rabbit MQ to showcase message scheduling
https://github.com/cr34t1ve/opengraph-reader
open-graph-scraper rabbitmq
Last synced: about 1 year ago
JSON representation
Open Graph Scraper implemented with Rabbit MQ to showcase message scheduling
- Host: GitHub
- URL: https://github.com/cr34t1ve/opengraph-reader
- Owner: cr34t1ve
- Created: 2023-12-18T01:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T07:04:28.000Z (over 2 years ago)
- Last Synced: 2025-02-16T20:20:08.504Z (over 1 year ago)
- Topics: open-graph-scraper, rabbitmq
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Open Graph Scraper Worker with RabbitMQ and ExpressJS
This is a simple example of how to use RabbitMQ to scrape Open Graph data from a URLs.
### How to run
- Run rabbitmq server
```
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.12-management
```
- Install dependencies
```
yarn install
```
- Run the app
```
yarn dev
```
- POST request to http://localhost:3323/read
```
{
"link": "https://www.youtube.com/watch?v=dGhEzL3e72o"
}
```