tiagolofi / auto

Automações com Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automações com Python

Módulo de reconhecimento de voz

NaveVoice

Módulo de navegação automatizada

BotNave

Integrações

  • Whatsapp
  • Facebook
  • Instagram
  • Spotify
  • Netflix
  • Crunchyroll
  • YouTube
  • Trello
  • Github
  • Google
  • Poki
  • Telegram
  • Linkedin

Código do Bot

from botnave import BotNave

bot = BotNave()

while True:

	bot.main()

Compilando com Pyinstaller

> pyinstaller --onefile -w --icon=imagebot.ico --splash botscreen.png bot.py

About

Automações com Python


Languages

Language:Python 100.0%