1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-10-16 13:47:27 +00:00
Customizable, multilanguage Telegram shop bot with Payments support
Find a file
2018-05-03 10:39:25 +02:00
config Configuration updates 2018-05-03 09:24:04 +02:00
.gitignore Add transaction file 2018-04-19 09:37:42 +02:00
configloader.py PEP8 and PyCharm fixes 2018-04-09 12:24:55 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2018-05-03 09:00:58 +02:00
core.py Might have fixed something 2018-04-16 21:20:02 +02:00
database.py tiny fix 2018-05-02 16:32:16 +02:00
LICENSE.txt Rename LICENSE 2018-05-03 08:51:44 +02:00
README.md README update 2018-05-03 10:39:25 +02:00
requirements.txt Create requirements and update README 2018-05-03 08:48:31 +02:00
strings.py Rename LICENSE 2018-05-03 08:51:44 +02:00
utils.py Configuration updates 2018-05-03 09:24:04 +02:00
worker.py I don't know. I found these changes and I committed them. 2018-05-03 08:06:22 +02:00

greed

A customizable Telegram shop bot, developed as a project for the final exam.
For the full final exam test, check some file that does not exist yet.

Requirements

  • Python 3.6 (or higher)
  • The packages specified in requirements.txt (install with pip install -r requirements.txt)
  • A Internet connection
  • A Telegram bot token (obtainable at @Botfather)
  • A payment provider token (obtainable by connecting Stripe with your bot)
  • Optional: a sentry.io token

Installation

  1. Download the project files through git clone https://github.com/Steffo99/greed.git or this link.
  2. Install the project requirements with pip install -r requirements.txt
  3. Run python -OO core.py to generate the configuration file.
  4. Open the config folder and edit the config.ini file following the contained instructions.
    Ensure the is_template field is set to no.
  5. Optional: customize the strings.py file
  6. Run python -OO core.py again to run the bot.
  7. Open Telegram, and send a /start command to your bot to be promoted to administrator.

Usage

All the bot features are available through Telegram.
As the administrator, you can add new products, check the placed orders, create new transactions and generate .csv log files.
Users will be able to add credit to their wallet, place orders and contact you in case they require assistance.