Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banonotit/telegram-nitter-fallback
Telegram bot to add nitter links as alternative to twitter links
https://github.com/banonotit/telegram-nitter-fallback
nitter telegram telegram-bot twitter
Last synced: 2 months ago
JSON representation
Telegram bot to add nitter links as alternative to twitter links
- Host: GitHub
- URL: https://github.com/banonotit/telegram-nitter-fallback
- Owner: BANOnotIT
- License: gpl-3.0
- Created: 2022-11-16T02:41:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T11:41:29.000Z (5 months ago)
- Last Synced: 2024-10-12T04:16:32.576Z (3 months ago)
- Topics: nitter, telegram, telegram-bot, twitter
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Twitter to https://github.com/zedeus/nitter[Nitter] telegram bot
This bot gives https://github.com/zedeus/nitter[Nitter] links to any twitter links he finds.
== Simple setup
[ordered]
. Install https://nodejs.org/[Node.js]
. Run `npm install` and then `npm run build`
. Go to https://t.me/BotFather[BotFather] and setup new bot
. Configure turn off https://core.telegram.org/bots/features#privacy-mode[Privacy mode] in BotFather
. Copy `.env.example` to `.env`
. Change settings in `.env`
. Run `npm run start`
. Add your newly created bot to groups
. ...
. Profit!!!