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

Latest commit

 

History

History
46 lines (30 loc) · 1.24 KB

File metadata and controls

46 lines (30 loc) · 1.24 KB

Paypal Integrated Discord Bot

An awesome open source project to demonstrate the usage of paypal api with a discord bot for selling products!

Getting Started

  1. Clone this repo on your local machine
git clone https://github.com/gauravwtf/paypal-integrated-discord-bot-example
  1. Install the requirements (Sorry i use reqs instead of requirements)
pip3 install -U -r reqs.txt
  1. Create a discord application and bot on Discord Developer Portal

  2. Rename the example.config.py file to config.py

  3. Complete the config.py file.

  4. Run the bot

python3 main.py

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Discord - @Binacy

(back to top)