@@ -7,8 +7,8 @@ async. Free tier: 1,000 credits, no credit card.**
77
88[ ![ PyPI] ( https://img.shields.io/pypi/v/fastsaver.svg )] ( https://pypi.org/project/fastsaver/ )
99[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/fastsaver.svg )] ( https://pypi.org/project/fastsaver/ )
10- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/fastsaverapi /fastsaver-python /blob/main/LICENSE )
11- [ ![ CI] ( https://github.com/fastsaverapi /fastsaver-python /actions/workflows/ci.yml/badge.svg )] ( https://github.com/fastsaverapi /fastsaver-python /actions/workflows/ci.yml )
10+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/coder2077 /fastsaver/blob/main/LICENSE )
11+ [ ![ CI] ( https://github.com/coder2077 /fastsaver/actions/workflows/ci.yml/badge.svg )] ( https://github.com/coder2077 /fastsaver/actions/workflows/ci.yml )
1212[ ![ Checked with mypy] ( https://img.shields.io/badge/mypy-checked-blue.svg )] ( https://mypy-lang.org/ )
1313[ ![ Free 1,000 credits] ( https://img.shields.io/badge/free_tier-1%2C000_credits%2C_no_card-brightgreen.svg )] ( https://api.fastsaver.io/auth )
1414[ ![ Telegram] ( https://img.shields.io/badge/Telegram-@fastsaverapi-26A5E4.svg?logo=telegram )] ( https://t.me/fastsaverapi )
@@ -423,7 +423,7 @@ dp.run_polling(bot)
423423```
424424
425425A complete bot lives in
426- [ ` examples/telegram_bot_aiogram.py ` ] ( https://github.com/fastsaverapi /fastsaver-python /blob/main/examples/telegram_bot_aiogram.py ) .
426+ [ ` examples/telegram_bot_aiogram.py ` ] ( https://github.com/coder2077 /fastsaver/blob/main/examples/telegram_bot_aiogram.py ) .
427427
428428> Building a Telegram music bot? The Free plan's 1,000 credits cover ~ 140 cached tracks —
429429> enough to ship a prototype today: ** [ api.fastsaver.io/auth] ( https://api.fastsaver.io/auth ) ** .
@@ -740,7 +740,7 @@ attempt. Retrying will not help; guard rejections (bad key, rate limit, no credi
740740## Examples
741741
742742All examples read ` FASTSAVER_API_KEY ` from the environment and live in
743- [ ` examples/ ` ] ( https://github.com/fastsaverapi /fastsaver-python /tree/main/examples ) :
743+ [ ` examples/ ` ] ( https://github.com/coder2077 /fastsaver/tree/main/examples ) :
744744
745745- ` quickstart.py ` — fetch any supported URL and print its download links.
746746- ` async_batch.py ` — download many URLs concurrently, paced to your plan's rate limit, with
@@ -754,20 +754,20 @@ All examples read `FASTSAVER_API_KEY` from the environment and live in
754754- ** Telegram community & support:** < https://t.me/fastsaverapi >
755755- ** Email:** < support@fastsaver.io >
756756- ** API documentation:** < https://api.fastsaver.io/docs >
757- - ** SDK bugs and feature requests:** [ GitHub issues] ( https://github.com/fastsaverapi /fastsaver-python /issues )
757+ - ** SDK bugs and feature requests:** [ GitHub issues] ( https://github.com/coder2077 /fastsaver/issues )
758758
759759** Not signed up yet?** [ Create a free key] ( https://api.fastsaver.io/auth ) — 1,000 credits, no
760760card, and [ pricing from $9/month] ( https://api.fastsaver.io/pricing ) when you outgrow it.
761761
762762If this SDK saves you an afternoon, a ⭐ on GitHub helps other developers find it.
763763
764764Pull requests are welcome — see
765- [ CONTRIBUTING.md] ( https://github.com/fastsaverapi /fastsaver-python /blob/main/CONTRIBUTING.md ) .
765+ [ CONTRIBUTING.md] ( https://github.com/coder2077 /fastsaver/blob/main/CONTRIBUTING.md ) .
766766Tests are fully mocked with ` respx ` (800+ test cases, Python 3.9–3.14 in CI), so
767767` uv sync && uv run pytest ` needs no API key. Security issues: see
768- [ SECURITY.md] ( https://github.com/fastsaverapi /fastsaver-python /blob/main/SECURITY.md ) .
768+ [ SECURITY.md] ( https://github.com/coder2077 /fastsaver/blob/main/SECURITY.md ) .
769769
770- The SDK is released under the [ MIT License] ( https://github.com/fastsaverapi /fastsaver-python /blob/main/LICENSE ) .
770+ The SDK is released under the [ MIT License] ( https://github.com/coder2077 /fastsaver/blob/main/LICENSE ) .
771771Use of the FastSaverAPI service is subject to its own terms at < https://api.fastsaver.io > .
772772
773773---
0 commit comments