Maksim L.
Offer Maksim work on your next project.
Rating
Skills and abilities
Design & art
Photo, Audio & Video
Portfolio
-
226 USD auto posting videos in tt
Pythonimport asyncio
import random
from playwright.async_api import async_playwright
… VIDEO_PATH = "video.mp4"
DESCRIPTION = "Test auto post #fyp #viral #test"
async def human_delay(a=0.8, b=2.5):
await asyncio.sleep(random.uniform(a, b))
async def upload_tiktok():
async with async_playwright() as p:
browser = await p.chromium.launch(
headless=False,
args=[
"--disable-blink-features=AutomationControlled"
]
)
context = await browser.new_context(
user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",
viewport={"width": 1280, "height": 800}
)
# cookies (to avoid logging in every time)
try:
await context.add_cookies(
__import__("json").load(open("cookies.json", "r"))
)
except:
print(" No cookies")
page = await context.new_page()
await page.goto("https://www.tiktok.com/upload")
await page.wait_for_load_state("networkidle")
await human_delay(3, 5)
# Upload video
file_input = await page.query_selector("input[type='file']")
await file_input.set_input_files(VIDEO_PATH)
await human_delay(5, 7)
# Description
caption = await page.wait_for_selector("div[contenteditable='true']")
await caption.click()
await human_delay()
await caption.type(DESCRIPTION, delay=random.randint(40, 90))
await human_delay(2, 4)
# Publish
publish_btn = await page.wait_for_selector("button:has-text('Post')")
await publish_btn.click()
print(" Video published")
await human_delay(5, 8)
await browser.close()
asyncio.run(upload_tiktok())
-
338 USD website creation
PythonI can write you any website :)
-
23 USD Logo creation
Logo DesignI made a logo for the company selling NFT gifts.
Activity
| Latest proposals 7 | Budget | Added | Deadlines | Proposal | |
|---|---|---|---|---|---|
|
Google Shopping setup + proper feed
27 USD
|
|||||
|
SMM management of social networks
548 USD
|
|||||
|
Improvement of website functionality on SHOPIFY
68 USD
|
|||||
|
Mockups for baby box: A6 postcard + oval sticker 4–6 cm, PDF for printing
25 USD
|
|||||
|
Harmonize the logo and convert it to vector.
23 USD
|
|||||
|
Flag design
16 USD
|
|||||
|
Translate the illustration to vector format + create black and white versions.
50 USD
|