#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "João Victor Souza"
self.role = "Software Engineer"
self.language_spoken = ["pt_BR", "en_US"]
def say_hi(self):
print("Thanks for stopping by! I hope you enjoy exploring my work and maybe find something that sparks your interest.")
me = SoftwareEngineer()
me.say_hi()
🚀
Focusing production
Programming cunningly and in style 💻
- Brazil
-
09:02
(UTC -03:00) - joaovictorsouza.dev
- @joaosouz4dev
- in/joaosouz4dev
- joaosouz4dev
Pinned Loading
-
wppconnect-team/wppconnect
wppconnect-team/wppconnect PublicWPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any intera…
-
api-prices-webscraping
api-prices-webscraping PublicCapturing prices on the main sales websites in Brazil using webscraping
JavaScript 5
-
wppconnect-team/wppconnect-server
wppconnect-team/wppconnect-server PublicWppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
-
-
wppconnect-team/mobile
wppconnect-team/mobile PublicWPPConnect/mobile is an open source project with the objective of automating whatsapp web using the android or ios mobile browser and being able to perform all the functions of our wa-js project, s…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.