0

So im trying to install this python module from github but it doesent have any setup.py so im wondering how else it can be installed im using python 3.6.4

https://github.com/kyb3r/Discord-Hooks

C. Gaboury
  • 58
  • 1
  • 7
milo217
  • 27
  • 1
  • 4

1 Answers1

1

You don't have to install it. Just put discord_hooks.py in the same directory as your python application. Then, import it using:

from discord_hooks import Webhook
Tudor
  • 320
  • 1
  • 9