NeuroWhAI

Results 45 comments of NeuroWhAI

@dhiltgen Hello, I'm still having a trouble behind the proxy. CLI: > \>ollama run mistral > pulling manifest > Error: 403: server.log: ``` time=2024-05-03T16:59:44.573+09:00 level=INFO source=images.go:828 msg="total blobs: 0" time=2024-05-03T16:59:44.694+09:00...

@dhiltgen I tried, and It was same though.

While I was following the [Next.js dashboard-app tutorial](https://nextjs.org/learn/dashboard-app/setting-up-your-database), I had a similar problem connecting DB locally, so I came here while searching. After doing this and that, I found a...

@i-naeem in case of `data.ts` file, put the below snippet on top of the file. Well, It's not a good code, but it will work well in the tutorial. ```ts...

API는 [링크](https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-reference/get-spaces-by-creator-ids) 참고. 트위터는 리트윗하고 디코, 텔레그램은 문구만 다르게 하면 끝인데 웹 푸시는 프론트 쪽 알림 만드는 부분 변경이 필요함. 문구라던가 링크라던가...

음 근데 리트윗하려면 트윗 ID 필요한데 스페이스 정보에 있나? 아니면 반대로 사용자의 최근 트윗 중에 스페이스 포함된 트윗 찾아야 하는가? 그냥 리트윗은 하지말자. 어차피 트위터 쓰는 사람들이면 멤버들 팔로우도 해놨겠지....

아 무료 플랜은 Spaces API 지원 안 하네. 다른 방법 필요;

`puppeteer` 같은 걸로 브라우저 제어해서 접근할 수 밖에 없나?

숨겨진 API 리버싱하는 것도 방법. 관련 라이브러리 먼저 찾아보기. 파이썬의 경우 https://github.com/mahrtayyab/tweety 이런 거 있음.

데이터 얻고 DB 갱신하고 알림 보내는 기존 로직에 합칠까 아니면 새로 하나 만들까. 후자가 깔끔하긴 한데 코드 중복만 신경써서 하자. 그렇게 두 함수로 나누고 비동기로 동시 진행하도록.