Skip to content

nedlir/telegram-randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👥 Telegram Randomizer 👥

Telegram Randomizer is a simple script designed to update telegram account with randomized profile data, random telegram username and unique AI generated human photo as a profile picture.

Example 🎲

Image

How does it work? 👀

The script generates the following fake data: first and last name, age, location and account username using randomuser.

User description is randomly picked between a general user description, i.e. "23. from Hamburg, Germany" and an inspirational quote from random modern day philosophers such as Kanye West, Breaking Bad characters or classic inspirational quotes using Kanye quotes API, Breaking Bad quotes API and favqs API.

Finally, a unique AI automated user photo is generated and scraped from the site this person doesn't exist and uploaded to the user profile.

In case you would like to distinct the gender of the AI photo, a usage of generated API is also supported. Kindly note that free use is limited to 50 monthly calls.

Randomizing the profile is as easy as typing the following in your script:

from randomizer import change_data


change_data(API_ID, API_HASH, False)

For a full example please refer to example.py.

Requirements 🔑

The script was written with as little as necessary dependecies in mind.

To install the required packages, pip install the requirements.txt file.

APIs used in the script do not require registration except for the telegram api and the generated API (not a requisite).

License

MIT

Releases

No releases published

Packages

No packages published

Languages