Skip to content

Instantly share code, notes, and snippets.

View mezgoodle's full-sized avatar
🏠
Working from home

Maksym Zavalniuk mezgoodle

🏠
Working from home
View GitHub Profile
@mezgoodle
mezgoodle / config.py
Created August 14, 2022 16:09
Echo bot from Dev.to post
import os
API_TOKEN = os.getenv('TOKEN', '5135575762:AAHdGW6cidFikmIKMKPVZjEpS0e8iAsmEwg')
from aiogram.types import Message
from filters.is_player import IsPlayer
from loader import dp
from utils.db_api.database import Client
from utils.city.info import show_city_info
from utils.player.info import prepare_player_info
from data.config import DB_PASSWORD
@mezgoodle
mezgoodle / main.py
Created April 14, 2021 15:46
Move cursor auto
import pyautogui
import time
while True:
pyautogui.move(50, 0, 1)
time.sleep(5)
pyautogui.move(-50, 0, 1)
time.sleep(5)
@mezgoodle
mezgoodle / CDN.md
Created July 15, 2020 09:28 — forked from vinkla/CDN.md
A guide on how to upload images to GitHub's CDN through issues and pull requests.

Upload Images to GitHub's CDN

  1. First, visit any repository on GitHub and click your way through to the issues page.

  2. Create a new issue by clicking the New Issue button. You'll now see title and description fields.

  3. Drag-and-drop an image onto the description field. This will start the uploading process.

  4. Copy the URL and use it in README, issues or pull requests however you like.

@mezgoodle
mezgoodle / autopep8.txt
Created June 11, 2020 09:30
autopep8 command for fix all files
autopep8 --in-place --recursive --aggressive --aggressive .
@mezgoodle
mezgoodle / .eslintrc
Last active July 11, 2020 07:09
eslint config from HPW
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2020
},
@mezgoodle
mezgoodle / gist:cbc2d667c414dba27d0efed3f5e4d35f
Created April 19, 2020 17:53 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: