[PR #133] [CLOSED] Twitter #3210

Closed
opened 2026-02-22 18:33:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/133
Author: @AntonioCiolino
Created: 6/29/2023
Status: Closed

Base: masterHead: twitter


📝 Commits (10+)

📊 Changes

14 files changed (+565 additions, -59 deletions)

View changed files

.vscode/settings.json (+5 -0)
📝 collector/README.md (+13 -3)
📝 collector/main.py (+5 -1)
📝 collector/requirements.txt (+2 -1)
collector/scripts/twitter.py (+95 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+34 -0)
package-lock.json (+328 -0)
📝 package.json (+5 -2)
📝 server/.gitignore (+3 -1)
server/README.md (+15 -0)
📝 server/models/workspace.js (+10 -2)
📝 server/utils/chats/index.js (+20 -13)
📝 server/utils/openAi/index.js (+29 -33)
📝 server/utils/vectorDbProviders/chroma/index.js (+1 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/133 **Author:** [@AntonioCiolino](https://github.com/AntonioCiolino) **Created:** 6/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `twitter` --- ### 📝 Commits (10+) - [`8406c09`](https://github.com/Mintplex-Labs/anything-llm/commit/8406c09a948853dd37081fc3e2615f6fffcec521) Enable web scraping based on a urtl and a simple filter. - [`9f158d5`](https://github.com/Mintplex-Labs/anything-llm/commit/9f158d5ff0963c848d08d7c81b1a7069583283d4) Merge branch 'Mintplex-Labs:master' into master - [`b262198`](https://github.com/Mintplex-Labs/anything-llm/commit/b262198d5327de23db6d8396ae19d0dd75b337b3) ignore yarn - [`de54bc7`](https://github.com/Mintplex-Labs/anything-llm/commit/de54bc7d623272c754dc0c790ac1af7f377cd04a) Merge branch 'master' of https://github.com/AntonioCiolino/anything-llm - [`b3e35c8`](https://github.com/Mintplex-Labs/anything-llm/commit/b3e35c8cd236a7635c1ee41899ed34167f3ffe8c) Updated Link scraper to avoid NoneType error. - [`aadc8e5`](https://github.com/Mintplex-Labs/anything-llm/commit/aadc8e52c1e230a827d3734adc537eef49c236d5) Merge pull request #1 from Mintplex-Labs/master - [`5596eda`](https://github.com/Mintplex-Labs/anything-llm/commit/5596eda9a07b76ec5a048705a2b0c8c7cc430c34) Merge pull request #2 from Mintplex-Labs/master - [`c4d3aa8`](https://github.com/Mintplex-Labs/anything-llm/commit/c4d3aa80fc3fd1f3c6751b0f37b8c53a61905045) Added in Chat History to the UI - [`9969bfe`](https://github.com/Mintplex-Labs/anything-llm/commit/9969bfeee2682a8acc5f1f13916637d32b25bcc3) Change to enalbe saving per workspace. - [`c06b500`](https://github.com/Mintplex-Labs/anything-llm/commit/c06b50048e750eaafc9487a74e7ab37d283183da) Enable saving history value per workspace ### 📊 Changes **14 files changed** (+565 additions, -59 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/settings.json` (+5 -0) 📝 `collector/README.md` (+13 -3) 📝 `collector/main.py` (+5 -1) 📝 `collector/requirements.txt` (+2 -1) ➕ `collector/scripts/twitter.py` (+95 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+34 -0) ➕ `package-lock.json` (+328 -0) 📝 `package.json` (+5 -2) 📝 `server/.gitignore` (+3 -1) ➕ `server/README.md` (+15 -0) 📝 `server/models/workspace.js` (+10 -2) 📝 `server/utils/chats/index.js` (+20 -13) 📝 `server/utils/openAi/index.js` (+29 -33) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+1 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:17 -05:00
yindo closed this issue 2026-02-22 18:33:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3210