Skip to content

Commit b583ac8

Browse files
coder2077claude
andcommitted
Point repository links at github.com/coder2077/fastsaver
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent f4cd6aa commit b583ac8

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Initial public release.
6161
`fastsaver shazam ...`, `fastsaver balance`, `fastsaver save`) with JSON output.
6262
- PEP 561 `py.typed` marker; Python 3.9–3.14 support; only dependency is `httpx`.
6363

64-
[Unreleased]: https://github.com/fastsaverapi/fastsaver-python/compare/v0.1.0...HEAD
65-
[0.1.0]: https://github.com/fastsaverapi/fastsaver-python/releases/tag/v0.1.0
64+
[Unreleased]: https://github.com/coder2077/fastsaver/compare/v0.1.0...HEAD
65+
[0.1.0]: https://github.com/coder2077/fastsaver/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The project uses [uv](https://docs.astral.sh/uv/) for environment management and
99
[hatchling](https://hatch.pypa.io/) as the build backend (src layout).
1010

1111
```bash
12-
git clone https://github.com/fastsaverapi/fastsaver-python.git
13-
cd fastsaver-python
12+
git clone https://github.com/coder2077/fastsaver.git
13+
cd fastsaver
1414

1515
# Create .venv and install the package (editable) plus the "dev" dependency group
1616
uv sync
@@ -88,8 +88,8 @@ allowed to upload the `fastsaver` project:
8888
(for the very first release use https://pypi.org/manage/account/publishing/ and
8989
add a *pending* publisher — the project is created on the first upload).
9090
2. Under **Publishing** -> **Add a new publisher** choose **GitHub** and fill in:
91-
- Owner: `fastsaverapi`
92-
- Repository name: `fastsaver-python`
91+
- Owner: `coder2077`
92+
- Repository name: `fastsaver`
9393
- Workflow name: `publish.yml`
9494
- Environment name: `pypi`
9595
3. In the GitHub repository go to **Settings -> Environments**, create an

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

425425
A 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

742742
All 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
760760
card, and [pricing from $9/month](https://api.fastsaver.io/pricing) when you outgrow it.
761761

762762
If this SDK saves you an afternoon, a ⭐ on GitHub helps other developers find it.
763763

764764
Pull 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).
766766
Tests 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).
771771
Use of the FastSaverAPI service is subject to its own terms at <https://api.fastsaver.io>.
772772

773773
---

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dependencies = ["httpx>=0.24,<1.0"]
3939
[project.urls]
4040
Homepage = "https://api.fastsaver.io"
4141
Documentation = "https://api.fastsaver.io/docs"
42-
Repository = "https://github.com/fastsaverapi/fastsaver-python"
43-
Issues = "https://github.com/fastsaverapi/fastsaver-python/issues"
44-
Changelog = "https://github.com/fastsaverapi/fastsaver-python/blob/main/CHANGELOG.md"
42+
Repository = "https://github.com/coder2077/fastsaver"
43+
Issues = "https://github.com/coder2077/fastsaver/issues"
44+
Changelog = "https://github.com/coder2077/fastsaver/blob/main/CHANGELOG.md"
4545
Telegram = "https://t.me/fastsaverapi"
4646

4747
[project.scripts]

0 commit comments

Comments
 (0)