https://github.com/noxlovette/telegram-proxy
This proxy server authenticates a user on Telegram.
https://github.com/noxlovette/telegram-proxy
telegram
Last synced: over 1 year ago
JSON representation
This proxy server authenticates a user on Telegram.
- Host: GitHub
- URL: https://github.com/noxlovette/telegram-proxy
- Owner: noxlovette
- License: mit
- Created: 2024-06-15T10:42:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T11:53:24.000Z (about 2 years ago)
- Last Synced: 2024-06-26T19:29:38.600Z (about 2 years ago)
- Topics: telegram
- Language: TypeScript
- Homepage:
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-proxy
This proxy server authenticates a user on Telegram.
To begin, define your api_id and api_hash, obtainable here: https://my.telegram.org
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
Buns to everyone! Enjoy.