Skip to content
/ flacker Public
forked from jarus/flacker

BitTorrent tracker written in Python with Flask

Notifications You must be signed in to change notification settings

wangd/flacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use:

import flacker
server = flacker.create_app() # create_app(config) if you have a FLACKER_CONFIG
server.run()
# "server" is a flask server obj. Port, etc. are configurable: help(server)

About

BitTorrent tracker written in Python with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.0%
  • HTML 20.1%
  • CSS 5.9%