Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roniemartinez/sitesummarizerbot

I am a bot that summarizes content of a URL-only submission on Reddit
https://github.com/roniemartinez/sitesummarizerbot

bot praw reddit summarizer

Last synced: 3 days ago
JSON representation

I am a bot that summarizes content of a URL-only submission on Reddit

Awesome Lists containing this project

README

        

# SiteSummarizerBot

A bot that summarizes content of a URL-only submission

## Setup

```bash
pip install -r requirements.txt
python -m nltk.downloader stopwords punkt
```

## Dependencies

- [goose3](https://github.com/goose3/goose3)
- [hiredis-py](https://github.com/redis/hiredis-py)
- [PRAW](https://github.com/praw-dev/praw)
- [redis-py](https://github.com/andymccurdy/redis-py)
- [rfc3986](https://github.com/python-hyper/rfc3986)
- [summarize.py](https://github.com/despawnerer/summarize)

## Author

- [Ronie Martinez](mailto:[email protected])

### References:

- [Reddit APIException Handler](https://gist.github.com/itsthejoker/a037cab09441d559213f59d27c03cc38)