samlangley1 / tramz

Upload to Instagram from your PC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tramz

Open source & containerised tool for easily uploading content to Instagram
Explore the docs »

· Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About The Project

tramz is an open source & containerised tool for uploading content to Instagram. It is incredibly powerful, with the ability to upload to an inifinitely scalable number of accounts simultaneously.

(back to top)

Getting Started

  1. Clone the repository
  2. Follow instructions in "config.py.example"
  3. Place your images into the "images/" directory
  4. run "pip install -r requirements.txt"
  5. Run tramz by typing "python main.py" There will be errors in terminal, but it still works, this is a limitation with a package used in the application

Prerequisites

  • python 3.9
  • pip install -r requirements.txt
  • docker (optional)

Docker & Containerisation

  1. Clone the repo
  2. Follow instructions in "config.py.example"
  3. Place your images into the "images/" directory
  4. Run "docker build -t tramz ."
  5. Run "docker run tramz"

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

(back to top)

About

Upload to Instagram from your PC

License:Apache License 2.0


Languages

Language:Python 92.4%Language:Dockerfile 7.6%