An open API service indexing awesome lists of open source software.

https://github.com/letitcode/tpdnebot

Telegram bot for generate endless fake faces via thispersondoesnotexist.com
https://github.com/letitcode/tpdnebot

bot telegraf telegram-bot thispersondoesnotexist

Last synced: 11 months ago
JSON representation

Telegram bot for generate endless fake faces via thispersondoesnotexist.com

Awesome Lists containing this project

README

          

# tpdnebot

Telegram bot for generate endless fake faces via thispersondoesnotexist.com. Each time you press the button, the network will generate a new facial image from scratch!

[🤖Demo](https://t.me/tpdnebot)

## Usage

Create `.env` file with environment variables. They will be loaded using dotenv.

See `.example.env` for details about config variables.

Then install dependings and start the bot:

```sh
npm install
npm run start
```