Skip to content
View BarbieWire's full-sized avatar
👁️
I'm always watching you...
👁️
I'm always watching you...
  • Latvia, Riga

Block or report BarbieWire

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BarbieWire/README.md

ABOUT ME

import time

from Users import BarbieWire
from Users.exceptions import laziness

user = BarbieWire()
user.set_technology({
    'Backend': ('Python', 'Django', 'Django-rest'),
    'Frontend': ('JavaScript', 'HTML5', 'SCCS', 'CSS3', 'React', 'Bootstrap')
})

try:
    new_technologies = user.set_plans()
    new_technologies.fulfill()
except laziness:
⠀⠀⠀print("Something went wrong, I'll try another time...")
⠀⠀⠀time.sleep(86400)
    
 
from companies import JobOffers

user.offers = JobOffers()
for offer in user.offers.toArray():
⠀⠀⠀if str(offer) == "Google" or str(offer) == 'Microsoft':
⠀⠀⠀⠀⠀⠀print('telegram: t.me/barbiewire')

Pinned Loading

  1. stealpy stealpy Public

    Python script created for educational purposes. Chromium browsers cookies and passwords stealer, send via telegram

    Python 5 6

  2. HTMLBoiler-creator HTMLBoiler-creator Public

    HTML5 Boilerplate creating console utilitie, written in Python

    Python