Metadata-Version: 2.1
Name: discosuck
Version: 0.1.0
Summary: Suck posts from a Discourse forum.
Home-page: https://github.com/devbisme/discosuck
Author: Dave Vandenbout
Author-email: devb@xess.com
License: MIT license
Project-URL: Documentation, https://github.com/devbisme/discosuck
Project-URL: Source, https://github.com/devbisme/discosuck
Project-URL: Changelog, https://github.com/devbisme/discosuck/blob/master/HISTORY.rst
Project-URL: Tracker, https://github.com/devbisme/discosuck/issues
Keywords: discosuck
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

=========
discosuck
=========


.. image:: https://img.shields.io/pypi/v/discosuck.svg
        :target: https://pypi.python.org/pypi/discosuck

.. .. image:: https://img.shields.io/travis/devbisme/discosuck.svg
..         :target: https://travis-ci.com/devbisme/discosuck

.. .. image:: https://readthedocs.org/projects/discosuck/badge/?version=latest
..         :target: https://discosuck.readthedocs.io/en/latest/?version=latest
..         :alt: Documentation Status



Suck posts from a Discourse forum.


* Free software: MIT license

.. * Documentation: https://discosuck.readthedocs.io.


Features
--------

* Give it the URL of a Discourse forum and let it extract posts into a JSON file.
* Lets you specify the starting page of topic lists and the number of list pages to process.
* Lets you specify a delay between page accesses to reduce load on the forum server.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-05-26)
------------------

* First release on PyPI.

