У нас вы можете посмотреть бесплатно Run Your Twitter Account FOR FREE With ELIZA AI Agent On Autopilot! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Want to take your Twitter game to the next level without breaking the bank? Learn how to run your Twitter account for free with the power of ELIZA AI Agent on autopilot! In this video, we'll show you how to leverage the latest AI technology to manage your Twitter presence without lifting a finger. A Full beginners guide to installing and setting up a full AI personality to run your X account. Links: Github: https://github.com/elizaOS/eliza/tree... Prereq Documentation: https://elizaos.github.io/eliza/docs/... Gaia: https://docs.gaianet.ai/user-guide/no... Visual Studio: https://visualstudio.microsoft.com/ --/// Installation Instructions ///-- Prerequisites in cmd prompt: wsl --install open new wsl window run each line one by one: sudo apt update sudo apt upgrade sudo apt install python3 python3-pip sudo ln -s /usr/bin/python3 /usr/bin/python curl -fsSL https://deb.nodesource.com/setup_23.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g pnpm sudo apt install build-essential -- prereqs should be installed after running the above (verify with documentation above if you run in to errors) -----defaultCharacter.ts client lines (match placement in video): replace import line with this: import { Character, ModelProviderName, Clients } from "./types.ts"; replace client line with this (be sure to match file's indentation): clients: [Clients.TWITTER], ------Add this to .env for twitter authentication: TWITTER_COOKIES='[ {"key":"auth_token","value":"your_auth_token","domain":".twitter.com"}, {"key":"ct0","value":"your_ct0_value","domain":".twitter.com"}, {"key":"guest_id","value":"your_guest_id","domain":".twitter.com"} ]' -- // TROUBLESHOOTING LOGIN AUTHENTICATION ALTERTATIVES // -- If you log in successfully, then log out to make changes and log in fails, you may need to update cookie settings. Use an incognito mode to log in to x and get cookies again, your old tokens have probably changed, so try to update them in your .env. If that still doesn't work, try the latest values with this in the .env for authentication instead of the previous TWITTER_COOKIES (this version includes both x.com and twitter.com) TWITTER_COOKIES='[ {"key":"auth_token","value":"your_auth_token","domain":".twitter.com"}, {"key":"ct0","value":"your_ct0","domain":".twitter.com"}, {"key":"auth_token","value":"your_auth_token_again","domain":".x.com"}, {"key":"ct0","value":"your_ct0_again","domain":".x.com"} ]' ----save this is a .bat file for desktop shortcut: @echo off cd /d "E:\ai\ELIZA\eliza" wsl -e bash -ic "cd /mnt/e/ai/ELIZA/eliza && pnpm start" ----------------- -----Chapters----- 00:00 - Eliza Gone Wild 00:15 - What is Eliza AI Social Media Agent 00:54 - How to Install Prerequisites 07:30 - Eliza Installation 11:58 - Character Setup 21:12 - Authentication Env Setup 28:56 - Install, Build and Start Eliza 37:28 - Check Twitter Activity 41:12 - Fine tune post / interaction settings 43:19 - Desktop Shortcut