Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsoky/economicbot
Исходный код с ролика (переписанный).
https://github.com/fsoky/economicbot
bot discord discord-bot discord-python disnake economic-bot mongodb motor-pymongo pymongo python
Last synced: about 1 month ago
JSON representation
Исходный код с ролика (переписанный).
- Host: GitHub
- URL: https://github.com/fsoky/economicbot
- Owner: Fsoky
- Created: 2021-07-24T12:02:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T14:55:12.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T05:53:47.624Z (almost 2 years ago)
- Topics: bot, discord, discord-bot, discord-python, disnake, economic-bot, mongodb, motor-pymongo, pymongo, python
- Language: Python
- Homepage: https://www.youtube.com/watch?v=v-NSPq1NyFI
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Экономический бот для сервера дискорд
Исходный код (переписанный) с ролика [Экономический БОТ для Дискорд | Python + MongoDB](https://www.youtube.com/watch?v=v-NSPq1NyFI)## Инструменты 🛠
![Python](https://img.shields.io/badge/Python-3.8-blue?style=for-the-badge&logo=python)
![aiogram](https://img.shields.io/badge/disnake-black?style=for-the-badge&logo=discord)
![environs](https://img.shields.io/badge/environs-red?style=for-the-badge)
![motor](https://img.shields.io/badge/motor_pymongo-gray?style=for-the-badge&logo=mongodb)## Использование 🎈
```
$ git clone https://github.com/Fsoky/EconomicBot.git
$ cd EconomicBot
$ pip install -r requirements.txt
```##### .env.example
- Изменить название на `.env`
- Записать в переменные свой токен и ссылку на подключение к [mongodb](https://www.mongodb.com/)##### utils/database.py
- Изменить или создать базу данных `ecodb`
- Изменить или создать коллекцию `users````
$ python bot.py
```### Присоединяйся к нам
[![Vkontakte](https://img.shields.io/badge/Vkontakte-black?style=for-the-badge&logo=VK)](https://vk.com/fsoky)
[![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=YouTube)](https://youtube.com/c/Фсоки)
[![Telegram](https://img.shields.io/badge/Telegram-blue?style=for-the-badge&logo=Telegram)](https://t.me/fsokycommunity)