Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyvy-vi/another-discord-bot
Another discord bot, essentially from scratch(just for fun) I'll use sqlite on this one
https://github.com/vyvy-vi/another-discord-bot
Last synced: about 9 hours ago
JSON representation
Another discord bot, essentially from scratch(just for fun) I'll use sqlite on this one
- Host: GitHub
- URL: https://github.com/vyvy-vi/another-discord-bot
- Owner: Vyvy-vi
- License: mit
- Created: 2020-11-18T08:54:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T08:34:56.000Z (over 3 years ago)
- Last Synced: 2024-11-28T20:12:54.100Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# discord.py-heroku-docker-template
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
[![built-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/Vyvy-vi/)Template repository for making and deploying discord bots
## Hosting the bot locally:
- NOTE: To replicate this bot, you will need a bot **token**. Go get yours at https://discord.com/developers/ (If you need help with this step, feel free to ask for help in our [Support Server](https://discord.gg/invite)).
- Clone this repo using `git clone`
- cd into the bot folder.
- Add the token in a `.env` file in the project root as follows:
```text
DISCORD_BOT_TOKEN=
```
- Install [docker and docker-compose](https://docs.docker.com/desktop/) and then run:
```
docker-compose up
```
- Enjoy! (don't forget to add your own bot into your discord server by generating an invite link from the discord developers application page in [OAuth2 section](https://discord.com/developers/applications/) and choose application and check Oauth2 section)
- You may do bug-reporting or ask for help in on the SupportServer... or just open an issue on this repo.## Requirements:
- python 3
- discord(rewrite branch)
- asyncio(inbuilt with python3.4)
- pymongo
- dnspython## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
All Contributors
📖
Vyom Jain
📆 🚧 💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!