up[date the client
This commit is contained in:
parent
f3b5532abb
commit
d524171b49
@ -4,7 +4,7 @@ from typing import List, Dict
|
||||
|
||||
BOXAPI_USERNAME = os.getenv("BOXAPI_USERNAME")
|
||||
BOXAPI_PASSWORD = os.getenv("BOXAPI_PASSWORD")
|
||||
BOXAPI_ENDPOINT = os.getenv("BOXAPI_ENDPOINT", "https://boxapi.ir/api/instagram/user/get_media")
|
||||
BOXAPI_ENDPOINT = os.getenv("BOXAPI_ENDPOINT", "https://boxapi.ir/api/instagram/user/get_media_by_username")
|
||||
|
||||
def fetch_boxapi_posts(username: str, count: int = 5) -> List[Dict]:
|
||||
payload = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user