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

https://github.com/ishivanshgoel/emotify

A web extraction service using Diffbot API to produce text summary.
https://github.com/ishivanshgoel/emotify

diffbot-api pysummarization python3 text-summarization

Last synced: 5 days ago
JSON representation

A web extraction service using Diffbot API to produce text summary.

Awesome Lists containing this project

README

          

# emotify

A web extraction service using Diffbot API to produce text summary.

## Packages Used
- pysummarization
- requests
- json

## APIs
- Diffbot

## To Run
1. Install all the required packages and get a API key from Diffbot.
2. Type ```python script.py``` in your command prompt to run the service.

# References
- https://docs.diffbot.com/docs/en/api-article
- https://pypi.org/project/pysummarization/