AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
16
automations/x-no-api-bot/package.json
Normal file
16
automations/x-no-api-bot/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "x-no-api-bot",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "No-API X automation starter using Playwright (read-only by default)",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"login": "node src/login.js",
|
||||
"fetch": "node src/fetch.js",
|
||||
"post": "node src/post.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"playwright": "^1.52.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user