Bots in moderation and a game (for now)

Overview

Tutorial: come far funzionare il bot e durarlo per 24/7 (o quasi...)

Ci sono 17 passi per seguire:

  1. Andare sul sito Replit https://replit.com/
  2. Vedrete un tasto "Create", cliccate il bottone "+" e vi appare un popup.
  3. Inserite Python su "Template" e inserite il nome che volete dare al bot su "Title" e infine cliccate il bottone blu "+ Create Repl".
  4. Vi appare main.py in alto a sinistra, sotto "Files".
  5. Prendete main.py che avete appena scaricato e trascinatelo sopra, stessa cosa con keep_alive.py
  6. Alla fine di main.py c'è scritto "XXX", dovete inserire il TOKEN del vostro bot su Discor Developer Portal - Applications https://discord.com/developers/applications
  7. Appena messo il token, digitate il tasto Ctrl+Enter (sul sito Replit, nel vostro main.py)
  8. Appena la console vi dirà che è online, sopra c'è scritto che il bot è "vivo" quindi siamo a buon punto.
  9. Aprite il sito UptimeRobot https://uptimerobot.com
  10. Cliccate il tasto "Start monitoring in 30 seconds".
  11. Vi porterà nella dashboard e vedrete un tasto verde "+ Add New Monitor" e vi apparirà un popup.
  12. Sulla scritta Monitor Type, metti HTTP(s).
  13. Inserite il nome del bot (o come volete) su "Friendly Name".
  14. Copiate il link sopra la console (sul sito Replit, esempio: https://example-bot.ciao.repl.co) e mettilo su "URL (or IP)" e controllate bene l'inizio se è giusto.
  15. In basso a destra c'è il tasto "Create Monitor" e ricliccate di nuovo (che è giallo).
  16. Ora tocca invitare il bot nel vostro server discord, potete in 2 modi: farlo su Discord Developer Portal o su Discord Permission Calculator (se non riuscite a farlo, cercate su YouTube "how to invite my bot to my discord server from discord developer portal"
  17. Durante la vostra vita giornaliera, se vedrete il vostro bot offline, non preoccupatevi, si risolverà da solo (se è più di 2g, controllate su Replit e UptimeRobot)
Owner
ZacyKing
ZacyKing
How to access and display MyEnergi data

MyEnergi-Python-Example How to access and display MyEnergi data Windows PC Install a version of Python typically 3.10 The Python code here needs addit

G6EJD 8 Nov 28, 2022
Rock-paper-scissors basic game in terminal with Python

piedra-papel-tijera Juego básico de piedra, papel o tijera en terminal con Python. El juego incluye: Nombre de jugador Número de veces a jugar Resulta

Isaías Flores 1 Dec 14, 2021
Active Transport Analytics Model: A new strategic transport modelling and data visualization framework

{ATAM} Active Transport Analytics Model Active Transport Analytics Model (“ATAM”

ATAM Analytics 2 Dec 21, 2022
Script for resizing MTD partitions on a QNAP device in order to be available to upgrade from buster to bullseye

QNAP partitions resize for kirkwood devices. As explained by Marin Michlmayr, Debian bullseye support on kirkwood QNAP devices was dropped due to [mai

Arnaud Mouiche 26 Jan 05, 2023
Auto check in via GitHub Actions

因为本人毕业离校,本项目交由在校的@hfut-xyc同学接手,请访问hfut-xyc/hfut_auto_check-in获得最新的脚本 本项目遵从GPLv2协定,Copyright (C) 2021, Fw[a]rd 免责声明 根据GPL协定,我、本项目的作者,不会对您使用这个脚本带来的任何后果

Fw[a]rd 3 Jun 27, 2021
Free Data Engineering course!

Data Engineering Zoomcamp Register in DataTalks.Club's Slack Join the #course-data-engineering channel The videos are published to DataTalks.Club's Yo

DataTalksClub 7.3k Dec 30, 2022
OpenTracing API for Python

OpenTracing API for Python This library is a Python platform API for OpenTracing. Required Reading In order to understand the Python platform API, one

OpenTracing API 767 Dec 16, 2022
All solutions for the 2021 Advent of Code event.

Advent of Code 2021 Solutions All solutions for the 2021 Advent of Code event. Setup Create a file called .session. Go to adventofcode.com and copy th

Bruce Berrios 6 Dec 26, 2021
A very simple boarding app with DRF

CRUD project with DRF A very simple boarding app with DRF. About The Project 유저 정보를 갖고 게시판을 다루는 프로젝트 입니다. Version Python: 3.9 DB: PostgreSQL 13 Django

1 Nov 13, 2021
Pengenalan para anggota KOMPETEGRAM

Pengenalan Anggota KOMPETEGRAM Apa isi repositori ini ? 💬 Repositori ini berisi pengenalan nama anggota KOMPETEGRAM dari seluruh angkatan atau Batch.

Repositori KOMPETEGRAM 7 Sep 17, 2022
Python based scripts for obtaining system information from Linux.

sysinfo Python based scripts for obtaining system information from Linux. Python2 and Python3 compatible Output in JSON format Simple scripts and exte

Petr Vavrin 70 Dec 20, 2022
SmartGrid - Een poging tot een optimale SmartGrid oplossing, door Dirk Kuiper & Lars Zwaan

SmartGrid - Een poging tot een optimale SmartGrid oplossing, door Dirk Kuiper & Lars Zwaan

1 Jan 12, 2022
A collection of online resources to help you on your Tech journey.

Everything Tech Resources & Projects About The Project Coming from an engineering background and looking to up skill yourself on a new field can be di

Mohamed A 396 Dec 31, 2022
Backend Interview Challenge

Inspect HOA backend challenge This is a simple flask repository with some endpoints and requires a few more endpoints. It follows a simple MVP (model-

1 Jan 20, 2022
GUI for the Gammu library.

Wammu GUI for the Gammu library. Homepage https://wammu.eu/ License GNU GPL version 3 or later. First start On first start you will be asked for set

Gammu 60 Dec 14, 2022
🐍 A Python lib for (de)serializing Python objects to/from JSON

Turn Python objects into dicts or (json)strings and back No changes required to your objects Easily customizable and extendable Works with dataclasses

Ramon Hagenaars 253 Dec 14, 2022
Controller state monitor plugin for EVA ICS

eva-plugin-cmon Controller status monitor plugin for EVA ICS Monitors connected controllers status in SFA and pushes measurements into an external Inf

Altertech 1 Nov 06, 2021
Traductor de webs desde consola usando el servicio de Google Traductor.

proxiGG Traductor de webs desde consola usando el servicio de Google Traductor. Se adjunta el código fuente para Python3 y un binario compilado en C p

@as_informatico 2 Oct 20, 2021
Subnet calculator script using python

subnetCalculator Subnet calculator script using python3 Interactive Version Define the subnet variable interactively Use: subnetDict = subnetCalculato

1 Feb 15, 2022
BlackMamba is a multi client C2/post exploitation framework

BlackMamba is a multi client C2/post exploitation framework with some spyware features. Powered by Python 3.8.6 and QT Framework.

Gustavo 873 Dec 29, 2022