GithubHelp home page GithubHelp logo

discord-send's Introduction

功能

  • 获取token
  • 发送信息
  • 双号互聊
  • 钉钉机器人提醒

文件结构

discord.py
config.py
formatdata.py
utils.py
.gitignore
README.md
data
    discord.csv # discord账号
    ip.csv # 独立ip
    channel_messages.json # 发送内容 单条
    fix_messages.txt # 固定聊天内容
    discord_info.json # 项目的一些discord信息

参考结构: image

需要补齐的敏感数据文件

  • discord.csv

关键使用token登陆,如何获取discord token,请自行搜索 你的discord账号.这个discord_token是需要程序获取的,会自动填充进来,可以留空,id必须按照顺序1,2,3,4...

小技巧:建议配合指纹浏览器手动获取token,长期使用

image
discord_id|discord_create_email|discord_password|discord_username|discord_token
1|xxxxx|xxxxx|xxxxx|xxxxx
2|xxxxx|xxxxx|xxxxx|xxxxx
  • ip.csv

你的独立ip数据

proxy_ip:proxy_port:proxy_username:proxy_password
xxxxx:xxxxx:xxxxx:xxxxx
xxxxx:xxxxx:xxxxx:xxxxx
  • config.py
discord_file = './data/discord.csv'
discord_fix_messages_file = './data/fix_messages.txt'
discord_channel_messages_file = './data/channel_messages.json'
discord_info_file = './data/discord_info.json'
ip_file = './data/ip.csv'
use_proxy = False
# 钉钉机器人id
dingding_id = 'xxxxx'
  • channel_messages.json
{
  "babylon": [
    "!faucet 领水地址",
    "!faucet 领水地址",
     // 账号多少个就多少个
  ]
}



钉钉机器人设置

https://open.dingtalk.com/document/orgapp/custom-robot-access

这个就是一个提醒功能.当别人@你让你回复时需要及时处理.所以加个提醒.

指纹浏览器多登,解决ip变更导致token被拦截问题

https://www.bitbrowser.cn/?code=761271 走我链接有优惠 image

如何使用指纹浏览器,教程: Discord使用token一键登录教程 DC使用Token登录视频教程 https://youtu.be/NmTGtlTWseo

教程 1,安装比特浏览器(下载地址www.bitbrowser.cn)

2,在扩展中心安装插件Discord Token Login

3,以上全安装完成后打开登录界面www.discord.com/login打开插件粘贴Token登录

示例账号 [email protected]:GtmKKrrL87:MTA3MTIxMTE2NjI3MTAyNTE4Mg.GAXswI.k0f-By--jCrtS5uAj3kCEBWlfgv3cEr24ZBeAw

格式 邮箱:密码:Token

Discord账号是[email protected]

DC密码是GtmKKrrL87

邮箱账号是[email protected]

邮箱密码是GtmKKrrL87

Token是MTA3MTIxMTE2NjI3MTAyNTE4Mg.GAXswI.k0f-By--jCrtS5uAj3kCEBWlfgv3cEr24ZBeAw

邮箱登录地址是outlook.com DC密码和邮箱密码相同,也可使用邮箱和密码登录DC,在新的ip登录DC需要登录邮箱验证ip地址

若有收获,就点个赞吧

请我喝☕

image

效果

注意先安装python相关依赖

python3 discord.py

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.