Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.72 KB

README.md

File metadata and controls

37 lines (29 loc) · 2.72 KB

App Script

AppScript code has been included in the Google Sheets folder. This code can be used in Google Sheets to automate things.

Tampermonkey

I've included one JavaScript UserScript in the Tampermonkey folder which is the example shown in the Newspaper Article.

Torn Discord Bot Framework

This is an example Torn.com for beginners to use as a baseline to build off. Find an installation guide on how to get started and more.

Prerequisites

Installation

  1. Download the Bot Files
  2. Unzip the folder and open in your IDE of choice
  3. Paste your Bot Token & API Key inside quotations inside the Utilities/config.json file
  4. Using terminal, navigate to the folder and execute the bot script (python3 main.py, py main.py, py3 main.py)
  5. Alternatively, you can run the file by double clicking main.py on Windows

Further Development

Hosting

  • I'd recommend self hosting, whether that be on your own computer, or by renting out a linux server for a few $$ a month.
  • I personally use Hetzner and host my own bots by creating servers with them
  • I use GNU Screen with MySQL and MongoDB Databases for persistent storage