Skip to content

Latest commit

 

History

History
53 lines (53 loc) · 1.57 KB

README.md

File metadata and controls

53 lines (53 loc) · 1.57 KB

BOT "Friday boobs" for telegram, on your profile! 18+ only!

Screenshot_1

CONFIG in .env: PATH_FOR_IMG="/home/user/" IMG_EXCEPT="except.mp3" TELEGRAM_API_ID= TELEGRAM_API_HASH= TELEGRAM_STRING_SESSION= CALENDAR_URL="https://api.sm.su/v1/calendar/business/" GPT_URL="" BOOBS_URL="https://www.pornworks.ai" BOOBS_API_URL="https://www.pornworks.ai/api/v2/generate" BOOBS_API_GENERATOR_URL="https://www.pornworks.ai/api/v2/generations/" TELEGRAM_GROUP= TELEGRAM_USER="User" HEADER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" HEADER_REQUEST="XMLHttpRequest"

u need to add some base URL -

GPT_URL - chatgpt url , google it! can be free! =)

then u need add -

TELEGRAM_GROUP - EXAMPLE -> TELEGRAM_GROUP=-1234567890 // see more on main.py client send message!

TELEGRAM_USER - if need, EXAMPLE -> TELEGRAM_USER="user"

HEADER_AUTHORIZATION - this is authorization for GPT! - see more in gpt.py (u need add url and header's). google it!

add TELEGRAM config's google how to catch. or use get_string_session.py

TELEGRAM_API_ID=

TELEGRAM_API_HASH=

TELEGRAM_STRING_SESSION=

ADD TO CRON, EXAMPLE: 25 18 * * 5 /usr/bin/python3 /home/user/main.py >> /var/log/main_boobs_friday_bot.log