Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/linkleaner
Telegram bot to fix social media link previews
https://github.com/msfjarvis/linkleaner
hacktoberfest telegram-bot teloxide
Last synced: 2 months ago
JSON representation
Telegram bot to fix social media link previews
- Host: GitHub
- URL: https://github.com/msfjarvis/linkleaner
- Owner: msfjarvis
- License: apache-2.0
- Created: 2020-02-20T08:29:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T03:42:07.000Z (8 months ago)
- Last Synced: 2024-04-13T21:41:09.495Z (8 months ago)
- Topics: hacktoberfest, telegram-bot, teloxide
- Language: Rust
- Homepage:
- Size: 1.12 MB
- Stars: 17
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# linkleaner [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Telegram bot to replace social media links with their improved preview variants. The mapping of supported link types to what services are used to "fix" these links is given below.
| Link type | Fix mechanism |
|-----------|---------------|
| [Accelerated Mobile Pages (AMP)](https://amp.dev) | [AmputatorBot](https://www.amputatorbot.com/) |
| [Instagram](https://instagram.com) | [InstaFix](https://github.com/Wikidepia/InstaFix) |
| [Medium](https://medium.com) | [LibMedium](https://git.batsense.net/realaravinth/libmedium) |
| [Twitter](https://twitter.com) / [X](https://x.com) | [TweetFix](https://github.com/FixTweet/FixTweet) |
| [YouTube Shorts](https://www.youtube.com/shorts) | Rewrite URL to normal YouTube player### Running
- Copy `.env.sample` as `.env` and fill in the bot token
- Use `cargo run --release` to start the bot