https://github.com/AnimMouse/atrack
a torrent tracker designed to run in Google App Engine
https://github.com/AnimMouse/atrack
appengine appengine-python bittorrent bittorrent-protocol bittorrent-tracker google-appengine python torrent torrent-tracker tracker
Last synced: 3 months ago
JSON representation
a torrent tracker designed to run in Google App Engine
- Host: GitHub
- URL: https://github.com/AnimMouse/atrack
- Owner: AnimMouse
- License: mit
- Created: 2018-06-18T05:53:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T15:38:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T10:49:19.417Z (11 months ago)
- Topics: appengine, appengine-python, bittorrent, bittorrent-protocol, bittorrent-tracker, google-appengine, python, torrent, torrent-tracker, tracker
- Language: Python
- Homepage: https://www.atrack.eu.org
- Size: 202 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atrack Torrent Tracker
Atrack is a Bittorrent tracker designed from the ground up to run on [Google’s App Engine](https://cloud.google.com/appengine/) grid.
Atrack is based on the abandoned [Atrack](http://repo.cat-v.org/atrack/) by [Uriel †](https://github.com/uriel).
## Features
1. It uses memcache to store IP addresses, ports, and hashes/keys.
2. It uses [ntrack](http://repo.cat-v.org/atrack/ntrack), the Network Tracker protocol.
3. It is a torrent tracker running in Google's fast servers.
4. It also aims to respect your privacy, other than what is needed for the most basic tracking (hashes/keys and IP/ports), atrack gathers no information whatsoever.## Installation
This tutorial uses the new Google Cloud SDK (gcloud) instead of the original App Engine SDK (appcfg).Make sure you have a Google Account and created an application inside a project in Google Cloud Platform.
Because App Engine now uses Cloud Build to deploy the application, it is necessary to enable billing in order to deploy the application. But you can disable billing afterwards after deploying it.
1. Clone or Download the latest source [here](https://github.com/AnimMouse/atrack/archive/master.zip).
2. Download the Google Cloud SDK [here](https://cloud.google.com/sdk/docs)
3. Set the project name on the gcloud `gcloud config set project project-name`
3. Deploy the instance by typing this command `gcloud app deploy -v 1` inside the instance folder## Contributing
Feel free to make suggestions, create pull requests, report issues or any other feedback.
Contact us on contact@atrack.eu.org