linkleaner/README.md

17 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-10-29 23:10:11 +05:30
# linkleaner [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Built with Garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fmsfjarvis%2Flinkleaner%3Fbranch%3Dmain)](https://garnix.io)
2023-09-03 02:04:12 +05:30
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.
2023-09-03 02:04:12 +05:30
| 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) |
2024-04-30 13:37:20 +05:30
| [Medium](https://medium.com) | [LibMedium](https://git.batsense.net/realaravinth/libmedium) |
2023-09-22 17:54:19 +05:30
| [Twitter](https://twitter.com) / [X](https://x.com) | [TweetFix](https://github.com/FixTweet/FixTweet) |
2023-09-03 02:04:12 +05:30
| [YouTube Shorts](https://www.youtube.com/shorts) | Rewrite URL to normal YouTube player
2022-12-15 16:10:42 +05:30
### Running
2023-09-03 02:04:12 +05:30
- Copy `.env.sample` as `.env` and fill in the bot token
- Use `cargo run --release` to start the bot