├── .gitignore ├── LICENSE ├── README.md ├── RSS2Ebook.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPike/RSS2Ebook/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPike/RSS2Ebook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPike/RSS2Ebook/HEAD/README.md -------------------------------------------------------------------------------- /RSS2Ebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPike/RSS2Ebook/HEAD/RSS2Ebook.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | lxml 2 | feedparser 3 | goose3 4 | requests --------------------------------------------------------------------------------