@elizaos/plugin-twitter 1.0.0 → 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/README.md CHANGED
@@ -40,10 +40,10 @@ TWITTER_POLL_INTERVAL=120 # Poll interval in seconds
40
40
  TWITTER_TARGET_USERS= # Comma-separated list of target users
41
41
 
42
42
  # Post Generation Settings
43
- ENABLE_TWITTER_POST_GENERATION=true
44
- POST_INTERVAL_MIN=90 # Minimum interval between posts (minutes)
45
- POST_INTERVAL_MAX=180 # Maximum interval between posts (minutes)
46
- POST_IMMEDIATELY=false # Skip approval workflow
43
+ TWITTER_ENABLE_POST_GENERATION=true
44
+ TWITTER_POST_INTERVAL_MIN=90 # Minimum interval between posts (minutes)
45
+ TWITTER_POST_POST_INTERVAL_MAX=180 # Maximum interval between posts (minutes)
46
+ TWITTER_POST_IMMEDIATELY=false # Skip approval workflow
47
47
 
48
48
  # Action Processing
49
49
  ENABLE_ACTION_PROCESSING=false
@@ -0,0 +1,10 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ export {
8
+ __export
9
+ };
10
+ //# sourceMappingURL=chunk-PZ5AY32C.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}