├── .DS_Store ├── README.md ├── busca_automatica_google ├── .DS_Store ├── README.md ├── busca_google.py └── screen.png ├── decifra_base64.py ├── instagrambot ├── README.md ├── geckodriver ├── instagram_curtir_fotos.py ├── instagrambot.py ├── instagrambot_baixa_seguidores.py ├── instagrambot_segue_following.py └── instagrambot_seguidores_lista_excel_mais_que_1_comentario.py ├── whatsappbot ├── README.md ├── whasappbot-listadecontato-EXCEL.py ├── whatsappbot-listadecontatos.py └── whatsappbot.py └── wppmessage ├── README.md ├── imagens ├── wppmessage-error.png ├── wppmessage.png ├── wppmessagemulti-screen.png └── wppmessagemultiplosnumeros.png ├── versao1_0_single_number ├── README.md ├── imagens │ ├── wppmessage-error.png │ └── wppmessage.png ├── wppmessage.py └── wppmessage_rc.py └── versao1_1_multiple_numbers ├── README.md ├── formatacao-planilha-de-numeros.xlsx ├── wppmessage.py └── wppmessage_rc.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/README.md -------------------------------------------------------------------------------- /busca_automatica_google/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/busca_automatica_google/.DS_Store -------------------------------------------------------------------------------- /busca_automatica_google/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/busca_automatica_google/README.md -------------------------------------------------------------------------------- /busca_automatica_google/busca_google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/busca_automatica_google/busca_google.py -------------------------------------------------------------------------------- /busca_automatica_google/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/busca_automatica_google/screen.png -------------------------------------------------------------------------------- /decifra_base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/decifra_base64.py -------------------------------------------------------------------------------- /instagrambot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/README.md -------------------------------------------------------------------------------- /instagrambot/geckodriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/geckodriver -------------------------------------------------------------------------------- /instagrambot/instagram_curtir_fotos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/instagram_curtir_fotos.py -------------------------------------------------------------------------------- /instagrambot/instagrambot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/instagrambot.py -------------------------------------------------------------------------------- /instagrambot/instagrambot_baixa_seguidores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/instagrambot_baixa_seguidores.py -------------------------------------------------------------------------------- /instagrambot/instagrambot_segue_following.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/instagrambot_segue_following.py -------------------------------------------------------------------------------- /instagrambot/instagrambot_seguidores_lista_excel_mais_que_1_comentario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/instagrambot/instagrambot_seguidores_lista_excel_mais_que_1_comentario.py -------------------------------------------------------------------------------- /whatsappbot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/whatsappbot/README.md -------------------------------------------------------------------------------- /whatsappbot/whasappbot-listadecontato-EXCEL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/whatsappbot/whasappbot-listadecontato-EXCEL.py -------------------------------------------------------------------------------- /whatsappbot/whatsappbot-listadecontatos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/whatsappbot/whatsappbot-listadecontatos.py -------------------------------------------------------------------------------- /whatsappbot/whatsappbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/whatsappbot/whatsappbot.py -------------------------------------------------------------------------------- /wppmessage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/README.md -------------------------------------------------------------------------------- /wppmessage/imagens/wppmessage-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/imagens/wppmessage-error.png -------------------------------------------------------------------------------- /wppmessage/imagens/wppmessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/imagens/wppmessage.png -------------------------------------------------------------------------------- /wppmessage/imagens/wppmessagemulti-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/imagens/wppmessagemulti-screen.png -------------------------------------------------------------------------------- /wppmessage/imagens/wppmessagemultiplosnumeros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/imagens/wppmessagemultiplosnumeros.png -------------------------------------------------------------------------------- /wppmessage/versao1_0_single_number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_0_single_number/README.md -------------------------------------------------------------------------------- /wppmessage/versao1_0_single_number/imagens/wppmessage-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_0_single_number/imagens/wppmessage-error.png -------------------------------------------------------------------------------- /wppmessage/versao1_0_single_number/imagens/wppmessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_0_single_number/imagens/wppmessage.png -------------------------------------------------------------------------------- /wppmessage/versao1_0_single_number/wppmessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_0_single_number/wppmessage.py -------------------------------------------------------------------------------- /wppmessage/versao1_0_single_number/wppmessage_rc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_0_single_number/wppmessage_rc.py -------------------------------------------------------------------------------- /wppmessage/versao1_1_multiple_numbers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_1_multiple_numbers/README.md -------------------------------------------------------------------------------- /wppmessage/versao1_1_multiple_numbers/formatacao-planilha-de-numeros.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_1_multiple_numbers/formatacao-planilha-de-numeros.xlsx -------------------------------------------------------------------------------- /wppmessage/versao1_1_multiple_numbers/wppmessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_1_multiple_numbers/wppmessage.py -------------------------------------------------------------------------------- /wppmessage/versao1_1_multiple_numbers/wppmessage_rc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oliveiradeflavio/python/HEAD/wppmessage/versao1_1_multiple_numbers/wppmessage_rc.py --------------------------------------------------------------------------------