All Projects → xelA → birthday.py

xelA / birthday.py

Licence: GPL-3.0 license
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to birthday.py

Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+943.33%)
Mutual labels:  fun, clean-code, clean, small
Discord-Study-Bot
Discord-Study-Bot is a Study-Time-based leaderboard system in discord servers. This features an Overall leaderboard and leaderboards based on a Daily, Weekly, and Monthly basis.
Stars: ✭ 20 (-33.33%)
Mutual labels:  fun, commands, discord-py
Clean Code Zh
《代码整洁之道》中文翻译
Stars: ✭ 164 (+446.67%)
Mutual labels:  clean-code, clean
Linqit
Extend python lists with .NET's LINQ syntax for clean and fast coding. Also known as PINQ.
Stars: ✭ 222 (+640%)
Mutual labels:  clean-code, clean
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-26.67%)
Mutual labels:  fun, discord-py
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-50%)
Mutual labels:  clean-code, starter-kit
Capsule Network Tutorial
Pytorch easy-to-follow Capsule Network tutorial
Stars: ✭ 722 (+2306.67%)
Mutual labels:  clean-code, easy-to-use
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (+50%)
Mutual labels:  fun, discord-py
Mcdowell Cv
A Nice-looking CV template made into LaTeX
Stars: ✭ 855 (+2750%)
Mutual labels:  clean, easy-to-use
Tsuyo
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.
Stars: ✭ 136 (+353.33%)
Mutual labels:  fun, easy-to-use
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+3320%)
Mutual labels:  fun, easy-to-use
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+100%)
Mutual labels:  small, easy-to-use
clean-code-php
Persian translation of clean code concepts in PHP | ترجمه فارسی مفاهیم کد تمیز در پی اچ پی
Stars: ✭ 38 (+26.67%)
Mutual labels:  clean-code, clean
JJMumbleBot
A plugin-based All-In-One mumble bot solution in python 3.7+ with extensive features and support for custom plugins.
Stars: ✭ 40 (+33.33%)
Mutual labels:  commands, sqlite3
Go Restful Api
An idiomatic Go REST API starter kit (boilerplate) following SOLID principles and Clean Architecture
Stars: ✭ 1,043 (+3376.67%)
Mutual labels:  clean, starter-kit
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+656.67%)
Mutual labels:  clean-code, starter-kit
ahobsu-node-backend
🌈 MOTI ! Make Own True Identity ⭐️ 유니큐와 유초코파이 노드로 탈주하다😎
Stars: ✭ 16 (-46.67%)
Mutual labels:  pm2, sqlite3
Modesta
🎨 A clean CSS framework made to be dark, responsive and easy to build with.
Stars: ✭ 76 (+153.33%)
Mutual labels:  clean, easy-to-use
discord-py-heroku
Starter kit for hosting a Discord bot on Heroku
Stars: ✭ 85 (+183.33%)
Mutual labels:  starter-kit, discord-py
wakib-emacs
Emacs Starter Kit based on Wakib keybindings
Stars: ✭ 28 (-6.67%)
Mutual labels:  starter-kit, easy-to-use

birthday.py

Do you need more help? Visit my server here: https://discord.gg/AlexFlipnote

Requirements

Useful to always have

Keep this saved somewhere, as this is the docs to discord.py@rewrite. All you need to know about the library is defined inside here, even code that I don't use in this example is here.

How to setup

  1. Make a bot here (or use one you've already made), be sure to grab the token from the bot and have "Public mode" turned off. This bot is only made to work on one server, so don't let other people invite it in too.

  2. Rename the file config.json.example to config.json, then fill in the required spots, such as token, prefix and game

  3. To install what you need, do pip install -r requirements.txt
    (If that doesn't work, do python -m pip install -r requirements.txt)
    NOTE: Use pip install with Administrator/sudo

  4. Start the bot by having the cmd/terminal inside the bot folder and type python index.py

  5. You're done, enjoy your bot!

FAQ

Q: I don't see my bot on my server!
A: Invite it by using this URL: https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot
Remember to replace CLIENT_ID with your bot client ID

Q: There aren't that many commands here...
A: Yes, I will only provide a few commands to get you started, this is mostly to learn databases

Optional tools

PM2

PM2 is an alternative script provided by NodeJS, which will reboot your bot whenever it crashes and keep it up with a nice status. You can install it by doing npm install -g pm2 and you should be done.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].