Browse Source

細部

main
みてるぞ 1 week ago
parent
commit
9f36cfea28
9 changed files with 6 additions and 12 deletions
  1. +2
    -0
      .gitignore
  2. +0
    -2
      .gitingore
  3. +0
    -3
      .gitmodules
  4. +0
    -1
      db
  5. +0
    -1
      eloquent.pyi
  6. +2
    -2
      main.py
  7. +1
    -1
      nicolib
  8. +1
    -1
      nizika_ai
  9. +0
    -1
      nizika_nico

+ 2
- 0
.gitignore View File

@@ -1,3 +1,5 @@
/__pycache__
/account.py
/connection.py
/db
/eloquent.pyi

+ 0
- 2
.gitingore View File

@@ -1,2 +0,0 @@
/db
/eloquent.pyi

+ 0
- 3
.gitmodules View File

@@ -1,6 +1,3 @@
[submodule "nizika_nico"]
path = nizika_nico
url = https://git.miteruzo.com/miteruzo/nizika_nico
[submodule "nizika_ai"]
path = nizika_ai
url = https://git.miteruzo.com/miteruzo/nizika_ai.git


+ 0
- 1
db View File

@@ -1 +0,0 @@
nizika_nico/db

+ 0
- 1
eloquent.pyi View File

@@ -1 +0,0 @@
db/eloquent.pyi

+ 2
- 2
main.py View File

@@ -10,9 +10,9 @@ from typing import Any, TypedDict
import atproto # type: ignore
import requests
from atproto import Client # type: ignore
from atproto.models import AppBskyEmbedExternal, AppBskyEmbedImages # type: ignore
from atproto.models.AppBskyFeedPost import ReplyRef # type: ignore
from atproto_client.models import AppBskyEmbedExternal, AppBskyEmbedImages # type: ignore
from atproto_client.models.app.bsky.feed.get_timeline import Response # type: ignore
from atproto_client.models.app.bsky.feed.post import ReplyRef # type: ignore
from requests.exceptions import Timeout

import account


+ 1
- 1
nicolib

@@ -1 +1 @@
Subproject commit 32ecf2d00fcba876ed5afe48626058b2b4795399
Subproject commit 85670982f0cd84b3127219dcb1d9ec8efe072aea

+ 1
- 1
nizika_ai

@@ -1 +1 @@
Subproject commit 3be6d9063c987deaceee24a1d16296d21319778c
Subproject commit 5dae2ae038e1109f3c70d853d2b7dd7542e5e88e

+ 0
- 1
nizika_nico

@@ -1 +0,0 @@
Subproject commit b2f5f81ca8615781d79d807fe92f7824653cea22

Loading…
Cancel
Save