AJTGX / AutoPicX

Telegram User Bot To Change Profile Pic/Picture Automatically After A Specified Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

𝘼π™ͺπ™©π™€π™‹π™žπ™˜π™“


Telegram User Bot To Change Profile Pics Automatically After A Specified Time Written In Telethon

Features

  • Can Change Profile Pics At Users Choice
  • Takes Pics From Telegram Channel
  • Changes Pics At Time Specified By User
  • Can Be Deployed On Any Server

Setup

  • Create A Channel With Pics Need To Be Shown As Profile Pics And Add The Channel Id In CHANNEL_ID

Installation

Deploy on Heroku

Deploy

Deploy on Railway

Deploy on Railway

Deploy in your VPS

git clone https://github.com/git-itsjoel/AutoPicX
cd AutoPicX
pip3 install -r requirements.txt
# <Create autopicx/__init__.py appropriately>
python3 -m autopicx

Admin Commands

!start - Start Changing Dp

!cancel - Cancel Changing Dp

!repo - Get Repo Link

!alive - Check If Bot Is Alive

!about - About The Bot 

!help - Help Message 

Variables

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • CHANNEL_ID Your Channel ID With Pics eg:- -100xxxxxxxx
  • TIME After What Time Next Pic To Be Changed

Credits

  • Thanks To LonamiWebs For His Awsome Libary

𝘼π™ͺπ™©π™€π™‹π™žπ™˜π™“ is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Star ⭐ & Fork 🍴 this Repo if you Liked it

About

Telegram User Bot To Change Profile Pic/Picture Automatically After A Specified Time

License:GNU General Public License v2.0


Languages

Language:Python 96.1%Language:Dockerfile 3.5%Language:Procfile 0.5%