├── .gitignore ├── README.md ├── newspaperbulk.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsynkov/newspaper-bulk/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsynkov/newspaper-bulk/HEAD/README.md -------------------------------------------------------------------------------- /newspaperbulk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsynkov/newspaper-bulk/HEAD/newspaperbulk.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsynkov/newspaper-bulk/HEAD/requirements.txt --------------------------------------------------------------------------------