social-autoposter 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -61,7 +61,7 @@ python3 ~/social-autoposter/scripts/update_stats.py --quiet
|
|
|
61
61
|
```sql
|
|
62
62
|
SELECT COUNT(*) FROM posts WHERE posted_at >= datetime('now', '-24 hours')
|
|
63
63
|
```
|
|
64
|
-
Max
|
|
64
|
+
Max 40 posts per 24 hours. Stop if at limit.
|
|
65
65
|
|
|
66
66
|
### 2. Find candidate threads
|
|
67
67
|
|