Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

QwertyIsCoding/Heroku-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Basic Heroku Setup

This is the file structure for a basic Heroku setup for a Discord bot. I would recommend going through a tutorial on how to use Heroku but this can be used as a guideline -- to know what each file does.

Table Of Contents

About The Project

You just have to download the files(zip to make things easier) and edit the files. Helps to simplify bot hosting with Heroku when starting out!

Built With

Built for Heroku for Python3(version can be changed)

Getting Started

Installation

  1. Download zip and extract files

  2. Open NAME.py and add your bot code(you can change the name)

  3. Open requirements.txt to see if your imports are there or use

pip3 freeze requirements.txt
  1. Open the Procfile and add the .py file name

  2. Check runtime.txt and see if the python version is set correctly

Contributing

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

  • If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/QwertyIsCoding/Heroku Setup/issues/new) to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the [Code Of Conduct](https://github.com/QwertyIsCoding/Heroku Setup/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.

Creating A Pull Request

  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

Or create a PR using the GitHub website.

Authors

Acknowledgements