Skip to content
/ pyTorn Public
forked from Greenjam94/pyTorn

a pythonic interface to the game Torn and it's API

Notifications You must be signed in to change notification settings

cosing/pyTorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pyTorn's documentation!

pyTorn is intended to be a pythonic interface into the Torn game APIs. Torn is a text based RPG game. The aim of the game is to become the best. Earn the most money, own the biggest property, own the most successful company, drive the fastest car, lead the largest faction, have the most friends, complete the most missions, commit the most crime and be the strongest and hardest in Torn City.

In order to get an edge in the game, an API was provided. This interface was created to expand & enhance gameplay and not to give users an advantage which makes it easier to compete against others. This is why the project is shared in open source from the start.

Environment setup

  • Clone this repo from Github
  • Change directory to main folder cd .
  • Setup venv python -m venv .
  • Activate on windows using Powershell .\Scripts\Activate.ps1
  • Install requirements (in venv) pip install -r requirements.txt
  • Copy .env.template to .env and add a correct API key

References

Torn

Setup

Initial help with design

About

a pythonic interface to the game Torn and it's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%