mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
🧹 remove unnecessary files
This commit is contained in:
parent
50f296b39f
commit
9d0506d2c3
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -66,8 +66,8 @@ jobs:
|
||||
- name: Build the extension
|
||||
run: npm run build && npm run build:firefox
|
||||
|
||||
- name: Package the extension into a zip artifact
|
||||
run: npm run package && npm run package:firefox
|
||||
# - name: Package the extension into a zip artifact
|
||||
# run: npm run package && npm run package:firefox
|
||||
|
||||
- name: Publish to Extension Store
|
||||
uses: PlasmoHQ/bpp@v3
|
||||
|
@ -1,20 +0,0 @@
|
||||
import { BskyClient } from "../src/lib/bskyClient"
|
||||
|
||||
const searchBskyUsers = async () => {
|
||||
const agent = await BskyClient.createAgent({
|
||||
identifier: process.env.BSKY_IDENTIFIER as string,
|
||||
password: process.env.BSKY_PASSWORD as string,
|
||||
})
|
||||
|
||||
const result = await agent.searchUser({
|
||||
term: "llamaindex",
|
||||
limit: 3,
|
||||
})
|
||||
|
||||
return result
|
||||
}
|
||||
|
||||
(async () => {
|
||||
const result = await searchBskyUsers()
|
||||
console.log(result)
|
||||
})()
|
Loading…
x
Reference in New Issue
Block a user