Metadata-Version: 2.4
Name: sceala
Version: 0.0.1
Summary: Complement for nuacht which pulls stories from the entries in the database.
Author-email: Riain Ó Tuathail <rotuathail01@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: beautifulsoup4==4.14.3
Requires-Dist: requests==2.32.5
Requires-Dist: tldextract==5.3.0
Dynamic: license-file

Tool that complements nuacht, takes URLs from a database and grabs the contents, stores in a new table in the database.

In the case that the data already exists in the database, the program silently skips that entry. 
This only applies in the case where `src` is specified. 
When `src` is not specified, a number of entries, limited by `limit` not found in the database table `stories` are selected.

This prevents updated stories from being included, only the originally grabbed version is acquired, the offset is that fewer network requests are made.
