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.
- Host: GitHub
- URL: https://github.com/ishivanshgoel/emotify
- Owner: ishivanshgoel
- Created: 2021-09-10T07:58:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T08:08:04.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T08:57:37.532Z (over 1 year ago)
- Topics: diffbot-api, pysummarization, python3, text-summarization
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/