KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
shuexpert
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
NodeConnector
:
Node Connector asset for Godot 3.2
linkcomm
:
Tools for Generating, Visualising, and Analysing Link Communities in Networks
eleventy-plugin-embed-instagram
:
An Eleventy plugin to automatically embed Instagram photos and videos, using just their URLs
Get-CsmeVulnerabilityStatus
:
This is a wrapper script for the Intel CSME firmware vulnerability detection tool.
jcv-idea-plugin
:
IntelliJ IDEA plugin for an enhanced coding experience on JCV based projects.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
shuexpert
?
Download (.md)
<h1 align="center">shuexpert</h1> <p align="center"> Бот, автоматически голосующий за посты в рамках программы <a href="https://vk.com/vkexperts">Экспертов ВКонтакте</a> во славу ШУЕ и против санитаров. <br /><br /> <img alt="Made with Python" src="https://img.shields.io/badge/Made%20with-Python-%23FFD242?logo=python&logoColor=white"> <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"> </p> ## 🚀 Установка и запуск 1. Установите Python версии не ниже 3.7, скачав установщик с [официального сайта](https://www.python.org/downloads/). 2. Создайте файл accounts.txt и заполните его аккаунтами в таком формате (где 7 - номер тематиечской ленты, соответсвует IT): ``` login:password:7 ``` 2. Введите следующие команды в командную строку: ```sh git clone https://github.com/kesha1225/shuexpert cd shuexpert pip3 install -r requirements.txt ``` 3. Для запуска введите следующую команду. Наслаждайтесь. ```sh python expert_bot.py ```