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
- Host: GitHub
- URL: https://github.com/letitcode/tpdnebot
- Owner: LetItCode
- Created: 2020-03-28T16:57:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T10:34:15.000Z (over 5 years ago)
- Last Synced: 2025-02-26T16:26:01.299Z (over 1 year ago)
- Topics: bot, telegraf, telegram-bot, thispersondoesnotexist
- Language: JavaScript
- Homepage: https://thispersondoesnotexist.com
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```