├── Albert Bot Code ├── classes │ ├── account.py │ ├── graphics.py │ ├── main.py │ └── operate.py ├── functions.py ├── layouts.py ├── main.py └── variables.py ├── LICENSE └── README.md /Albert Bot Code/classes/account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/classes/account.py -------------------------------------------------------------------------------- /Albert Bot Code/classes/graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/classes/graphics.py -------------------------------------------------------------------------------- /Albert Bot Code/classes/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/classes/main.py -------------------------------------------------------------------------------- /Albert Bot Code/classes/operate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/classes/operate.py -------------------------------------------------------------------------------- /Albert Bot Code/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/functions.py -------------------------------------------------------------------------------- /Albert Bot Code/layouts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/layouts.py -------------------------------------------------------------------------------- /Albert Bot Code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/main.py -------------------------------------------------------------------------------- /Albert Bot Code/variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/Albert Bot Code/variables.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Astroend/Albert-Bot-Estrategia-Do-Milhao/HEAD/README.md --------------------------------------------------------------------------------