Git Product home page Git Product logo

py-toolbox's Introduction

Toolbox:

  • python toolbox

Packages:

子项目 说明 备注
✅️ csv-parser excel表格处理工具 ⭐⭐⭐
✅️ discord-bot discord bot 工具 ⭐⭐⭐⭐⭐
✅️ rsshub rss 订阅源格式化工具 ⭐⭐
✅️ chain eth 脚本工具 ⭐⭐
✅️ wordlist 英语分级词汇清洗工具 ⭐⭐⭐
xxx xxxxxxxxxxxxxxxxxx
xxx xxxxxxxxxxxxxxxxxx
xxx xxxxxxxxxxxxxxxxxx
xxx xxxxxxxxxxxxxxxxxx

小工具启动脚本入口:

小工具列表:

  • chain: 链上交易数据查询
# run:
task chain:run
  • rsshub: rsshub 配置格式化工具
# run:
task rss:run
  • discord-bot discord bot, 群消息管理助手, 已支持非常丰富的功能:
    • ✅ group 群元信息查询
    • ✅ channel 元信息查询
    • ✅ thread 元信息查询
    • ✅ channel 消息历史迁移(到 thread or 另外一个 channel).
# run:
task discord:run
  • bot 帮助菜单, 支持的功能列表:

QuickStart:

requirements:

  • Python 3.9.9: 理论上 python3.5+应该都 ok, 自行判断
╰─>$ python --version
Python 3.10.9

setup:

  • ✅ pyenv:
# with go-task:
task setup

#
# or do:
#

# install python3.9:
pyenv install 3.9.9

# create for this project:
pyenv virtualenv 3.9.9 py39-toolbox

# check:
pyenv versions

# use local:
pyenv local py39-toolbox 

# check:
python3
  • ✅ install python requirements:
task install

init .env from .env.local

# init .env file:
cp .env.local .env

# edit .env file:
.env

then run:

# discord bot:
task discord:run

# rsshub tools:
task rss:run

# blockchain tools:
task chain:run

Reference:

py-toolbox's People

Contributors

hhstore avatar

Stargazers

menduo avatar  avatar

Watchers

 avatar

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.