Mass Instagram Checker with python
Install In TERMUX sudo
Read moreA model checker for verifying properties in epistemic models
This is a model checker for verifying properties in epistemic models.The goal of the model checker is to check for Pluralistic Ignorace in complex scenarios and to probe its robustness.The motivation is based on the content of the paper [1]. Run the model checker by running run.py file using your favorite Python interpreter.This file takes two arguments, a model file and an epistemic logic formula: python run.py model_file.em “(~p) / p” Model file format: {states} {agents} {agent}:({state}
Read moreServerStatus with node management and monitor
项目基于cppla版本ServerStatus, 增加如下功能: 更方便的节点管理, 支持增删改查 上下线通知(telegram) Agent机器安装脚本改为systemd, 支持开机自启 由于未改动cppla版的任何代码,所以,我愿意把这个项目称为ServerStatus的小插件, 理论上它可以为任何版本的ServerStatus服务 在服务端复制以下命令,一键到底。请记得替换成你自己的YOUR_TG_CHAT_ID和YOUR_TG_BOT_TOKEN。 其中,Bot token可以通过@BotFather创建机器人获取, Chat id可以通过@getuserID获取。 mkdir sss && cd sss && wget –no-check-certificate https://raw.githubusercontent.com/lidalao/ServerStatus/master/sss.sh && chmod +x ./sss.sh && sudo ./sss.sh YOUR_TG_CHAT_ID YOUR_TG_BOT_TOKEN 安装成功后,web服务地址:http://ip:8081 更多信息请移步 https://lidalao.com/archives/87 +1ip 挺好用的?送作者一杯可乐?-> GitHub View Github
Read moreThe successor to Budou, the machine learning powered line break organizer tool
Standalone. Small. Language-neutral. BudouX is the successor to Budou, the machine learning powered line break organizer tool. It is standalone. It works with no dependency on third-party word segmenters such as Google cloud natural language API. It is small. It takes only around 15 KB including its machine learning model. It’s reasonable to use it even on the client-side. It is language-neutral. You can train a model for any language by feeding a dataset to BudouX’s training script. Last but […]
Read moreThe ability to quickly add comments to Naver Cafe
네이버 카페 댓글을 빨리 다는 기능 네이버 카페 자동 출석 체크 기능 동작 방식 카페 댓글 기능 기본 동작은 주기적인 스케쥴 동작으로 해당 카페 ID 와 특정 API 주소로 대상이 새글을 작성했는지 체크. 해당 대상이 새글 등록 시 자동 댓글 등록 API 실행 ( 이때 등록되는 ID 는 ‘n_aut’, ‘n_ses’ 등록된 네이버 로그인 고유 세션키로 등록 ) 출석 체크 기능 등록된 카페 ID 의 URL 로 30분 주기 새로고침을 통해 자동 출석횟수 증가 ( 여기서도 증가시킬 회원정보는 ‘n_aut’, ‘n_ses’ 키의 […]
Read moreA distutils extension to create standalone Windows programs from Python code
py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts. Python versions included in the official development cycle are supported (from 3.6 to 3.9 included). py2exe can build console executables and windows (GUI) executables. Building windows services, and DLL/EXE COM servers might work but it is not actively supported. Development of py2exeis hosted here: https://github.com/py2exe/py2exe. Changes Detailed changelog is published on GitHub. Version 0.10.2.0: New module finder with support for implicit […]
Read moreA tool to build Windows installers for your Python applications
Pynsist is a tool to build Windows installers for your Python applications. The installers bundle Python itself, so you can distribute your application to people who don’t have Python installed. Pynsist 2 requires Python 3.5 or above. You can use Pynsist 1.x on Python 2.7 and Python 3.3 or above. For more information, see the documentation and the examples. Quickstart Get the tools. Install NSIS, and then install pynsist from PyPI by running pip install pynsist. Write a config file […]
Read moreA Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows. NOTE: py2app must be used on OSX to build applications, it cannot create Mac applications on other platforms. Project links GitHub https://github.com/ronaldoussoren/py2app
Read morePythonic task management & command execution
Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set. For a high level introduction, including example code, please see our main project website; or for detailed API docs, see the versioned API website. GitHub https://github.com/pyinvoke/invoke
Read more