riz4d / AI-Fakerbot

A python telegram bot with the integration of thispersondoesnotexist.com and Faker library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Fakerbot??

A pyrogram telegram bot with the integration of https://thispersondoesnotexist.com/ and python Faker library

ThisPersonDoesn'tExist

It's a website it can generate different person's face each time the people being shown are not real. Instead, each of these fake yet strangely familiar faces are generated through the use of a special kind of artificial intelligence algorithm called generative adversarial networks (GANs)

Faker Library

Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.

FEATURES

  • Fakedata's + photo of fictional person
  • Can download Single/Bulk of data

variables

Open Config.py using a text editor:
put here the values :

api_id = "<API-ID-HERE>"
api_hash = "<API-HASH-HERE>"
bot_token = "<BOT-TOKEN-HERE>"

Deploy

Deploy

Deploy on Railway

Run Program at local machine

First step:
git clone https://github.com/riz4d/AI-Fakerbot
Second step:
cd AI-Fakerbot
Third step:
pip install -r requirements.txt
Fourth step:
python3 main.py

Issues

Submit Issues

Developer

Mohamed Rizad
Mohamed Rizad
Author, Base, Bug Fixes

About

A python telegram bot with the integration of thispersondoesnotexist.com and Faker library

License:MIT License


Languages

Language:Python 100.0%