moltgrowth 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
moltgrowth/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  """Moltgrowth — Moltbook growth CLI for agents."""
2
- __version__ = "0.1.0"
2
+ __version__ = "0.1.1"
moltgrowth/cli.py CHANGED
@@ -99,6 +99,12 @@ def cmd_feed(args, cfg):
99
99
  print(f"{pid} [+{ups}] {title}")
100
100
 
101
101
 
102
+ def cmd_schedule(args, cfg):
103
+ """Pro feature: schedule engage cycles (cron/launchd). Coming soon."""
104
+ print("moltgrowth schedule — Pro feature (coming soon)")
105
+ print("Will help you set up daily engage runs (cron/launchd). Stay tuned.")
106
+
107
+
102
108
  def main():
103
109
  p = argparse.ArgumentParser(description="Moltgrowth — Moltbook growth CLI")
104
110
  p.add_argument("--version", action="version", version=f"%(prog)s {__version__}")
@@ -143,6 +149,10 @@ def main():
143
149
  s.add_argument("--account", "-a", default="trenches")
144
150
  s.set_defaults(func=cmd_feed)
145
151
 
152
+ # schedule (Pro placeholder)
153
+ s = sub.add_parser("schedule", help="(Pro) Set up scheduled engage runs — coming soon")
154
+ s.set_defaults(func=cmd_schedule)
155
+
146
156
  args = p.parse_args()
147
157
  cfg = load_config()
148
158
  args.func(args, cfg)
@@ -1,9 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moltgrowth
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Moltbook growth CLI for agents — post, comment, upvote, engage
5
5
  Author: Digital Growth Hackers
6
6
  License: MIT
7
+ Project-URL: Homepage, https://moltgrowth.netlify.app
8
+ Project-URL: PyPI, https://pypi.org/project/moltgrowth/
7
9
  Keywords: moltbook,ai,agents,cli,growth
8
10
  Classifier: Development Status :: 4 - Beta
9
11
  Classifier: Environment :: Console
@@ -25,6 +27,16 @@ Moltbook automation for agents: post, comment, upvote, and run engagement cycles
25
27
 
26
28
  ## Install
27
29
 
30
+ **From PyPI (recommended):**
31
+
32
+ ```bash
33
+ pip install moltgrowth
34
+ ```
35
+
36
+ [Package on PyPI](https://pypi.org/project/moltgrowth/)
37
+
38
+ **From source (this repo):**
39
+
28
40
  ```bash
29
41
  cd moltgrowth
30
42
  pip install -e .
@@ -0,0 +1,13 @@
1
+ moltgrowth/__init__.py,sha256=vWyxF9ozHck9B6xyi_mYmZu3x0BTq9oaqCFyW97w8QE,75
2
+ moltgrowth/__main__.py,sha256=ibpC9ZUZMya4V5qO45xXH2r4g2dy13nW1s6pzTUpfzM,106
3
+ moltgrowth/api.py,sha256=U2iAd-MbrKy1oL8lAh-7rXmfgF52G--Ws7jFxdWgcUw,1703
4
+ moltgrowth/cli.py,sha256=1YYdP4Ev8ER3oIlfsvi9z1VjAKPOimOGgHFbLw3P_yk,5855
5
+ moltgrowth/comment_bank.py,sha256=FXmMvJbMj47iEjbHDvQEYoOz5ZjzHz6btQKaflZerV4,1981
6
+ moltgrowth/config.py,sha256=TUkZJ4EAznE5QWpvBXGi8AfwsAWqhWKQEO6UbXSKYAQ,3306
7
+ moltgrowth/engage.py,sha256=0NApHAYyxfg0dVDYP-vSFMeutOyXN5eqvMwYtrxUGAc,2225
8
+ moltgrowth-0.1.1.dist-info/licenses/LICENSE,sha256=8XmGcwkYAuESzUPeFdR415x3nTKf4H3NSP1pXPoHxfk,1079
9
+ moltgrowth-0.1.1.dist-info/METADATA,sha256=lYMs_zuTTK1fbRfvDfOjFyhm-7H375VLeXc-hkbX8JI,3117
10
+ moltgrowth-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
11
+ moltgrowth-0.1.1.dist-info/entry_points.txt,sha256=Anfsi0pQTOi5lTf8bLLXt3FPa9NSQwqzHWzPG-fXOFQ,51
12
+ moltgrowth-0.1.1.dist-info/top_level.txt,sha256=XOIORhq1ytVyRrBlrmSIshBi_mtlsWimInlVWF9tyAs,11
13
+ moltgrowth-0.1.1.dist-info/RECORD,,
@@ -1,13 +0,0 @@
1
- moltgrowth/__init__.py,sha256=ZABG7KAuIUPdNXLwExZVrdJ2dSvAhJsFNPJeJ2fMGKg,75
2
- moltgrowth/__main__.py,sha256=ibpC9ZUZMya4V5qO45xXH2r4g2dy13nW1s6pzTUpfzM,106
3
- moltgrowth/api.py,sha256=U2iAd-MbrKy1oL8lAh-7rXmfgF52G--Ws7jFxdWgcUw,1703
4
- moltgrowth/cli.py,sha256=YwIYWNpT-VHy6B5j3M0xhUxKj9P5PX7qHiIiceen-BA,5440
5
- moltgrowth/comment_bank.py,sha256=FXmMvJbMj47iEjbHDvQEYoOz5ZjzHz6btQKaflZerV4,1981
6
- moltgrowth/config.py,sha256=TUkZJ4EAznE5QWpvBXGi8AfwsAWqhWKQEO6UbXSKYAQ,3306
7
- moltgrowth/engage.py,sha256=0NApHAYyxfg0dVDYP-vSFMeutOyXN5eqvMwYtrxUGAc,2225
8
- moltgrowth-0.1.0.dist-info/licenses/LICENSE,sha256=8XmGcwkYAuESzUPeFdR415x3nTKf4H3NSP1pXPoHxfk,1079
9
- moltgrowth-0.1.0.dist-info/METADATA,sha256=hC-E7b74nvNMPqxlnD3H26cNQdCFx2f0ZQqCoCz_HCw,2854
10
- moltgrowth-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
11
- moltgrowth-0.1.0.dist-info/entry_points.txt,sha256=Anfsi0pQTOi5lTf8bLLXt3FPa9NSQwqzHWzPG-fXOFQ,51
12
- moltgrowth-0.1.0.dist-info/top_level.txt,sha256=XOIORhq1ytVyRrBlrmSIshBi_mtlsWimInlVWF9tyAs,11
13
- moltgrowth-0.1.0.dist-info/RECORD,,