Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/losparviero/claude-telegram-bot
Talk to Claude AI in Telegram, no API key needed!
https://github.com/losparviero/claude-telegram-bot
bot claude claude-ai claude-instant poe-api telegram telegram-bot
Last synced: about 1 month ago
JSON representation
Talk to Claude AI in Telegram, no API key needed!
- Host: GitHub
- URL: https://github.com/losparviero/claude-telegram-bot
- Owner: losparviero
- License: agpl-3.0
- Created: 2023-04-10T04:27:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T13:29:08.000Z (over 1 year ago)
- Last Synced: 2024-11-13T08:38:43.212Z (3 months ago)
- Topics: bot, claude, claude-ai, claude-instant, poe-api, telegram, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude Telegram Bot
Talk to Claude AI in Telegram, no API key needed!
The functionality is very basic at the moment. I'll be adding replies and context to messages shortly. If you want to contribute, I'm happy to accept PRs.
### Install
1. Clone repo.
2. Run ```npm i``` in project folder.
3. Rename .env.example to .env and provide bot token & sessionKey.
4. Run ```node bot``` to start the bot.#### It's advisable to run the bot using PM2 or any startup manager for persistent execution.
### Uninstall
1. Use ```rm -rf```.
*Note:* If you're unfamiliar with this command, delete project folder from file explorer.
### Mechanism
Since Anthropic has been reluctant to provide API access unless you're a major org, the only way to access Claude is through the [unofficial API](https://www.npmjs.com/package/claude-ai). Note that this is unstable as they may push breaking changes and there is risk of your account being banned, for which I will not be liable.
### License
AGPL-3.0 ©️ Zubin