Giter Club home page Giter Club logo

Viktorashi's Projects

bingobaker.com-autoplayer icon bingobaker.com-autoplayer

BingoBaker Hacker: A command line tool to hack SSSniperWolf BBBingo by jacksfilms automatically or any bingo game off bingobaker.com

interractive-fizz-buzz icon interractive-fizz-buzz

I started programming about 2 weeks ago and heard about this FizzBuzz thing, so I decided to make it interactive all by myself. Thought it was pretty cool, if you wanna check it out and improve your number identifying abilities.

kanyebot icon kanyebot

Discord bot using OPEN AI before it was cool... and before Kanye stopped being

lime-bike icon lime-bike

Web app for hacking Lime scooters (it prolly don't work no more tbh)

pizzapi-coding-to-order-pizza icon pizzapi-coding-to-order-pizza

pizzapy Disclaimer This is my fork of https://github.com/gamagori/pizzapi It's heavily modified and not well documented, but i'm going to get to that. the below example should work though. sorry! was kind of in a rush this morning. Setup 1.install python3 2.download this repository 3.Unzip/extract the .rar 4.install the requirements of the repository `pip install -r (filepath of quirements.txt)` (yes you do neeed to specify the file path of the requirements) 5.in the "Use this interpreter" interpreter already placed in the pizzapi-master folder, type 'from pizzapy import *' and everything else that Jarvis is typing in the video. https://www.youtube.com/watch?v=Nxu6GlDleqA 6.have fun Description This is a Python wrapper for the Dominos Pizza API. It's a port of the pizzapi node.js module written by RIAEvangelist. Quick Start First construct a Customer object and set the customer's address: customer = Customer('Barack', 'Obama', '[email protected]', '2024561111', '700 Pennsylvania Avenue NW, Washington, DC, 20408') Then, find a store that will deliver to the address. my_local_dominos = StoreLocator.find_closest_store_to_customer(customer) In order to add items to your order, you'll need the items' product codes. To find the codes, get the menu from the store, then search for items you want to add. You can do this by asking your Store object for its Menu. menu = my_local_dominos.get_menu() Then search menu with menu.search. For example, running this command: menu.search(Name='Coke') Should print this to the console: 20BCOKE 20oz Bottle Coke® $1.89 20BDCOKE 20oz Bottle Diet Coke® $1.89 D20BZRO 20oz Bottle Coke Zero™ $1.89 2LDCOKE 2-Liter Diet Coke® $2.99 2LCOKE 2-Liter Coke® $2.99 After you've found your items' product codes, you can create an Order object add add your items: order = Order.begin_customer_order(customer, my_local_dominos) order.add_item('P12IPAZA') # add a 12-inch pan pizza order.add_item('MARINARA') # with an extra marinara cup order.add_item('20BCOKE') # and a 20oz bottle of coke You can remove items as well! order.remove_item('20BCOKE') Wrap your credit card information in a CreditCard: card = CreditCard('4100123422343234', '0115', '777', '90210') And that's it! Now you can place your order. order.place(card) my_local_dominos.place_order(order, card)

random_user_agent icon random_user_agent

A package to get list of user agents based on filters such as operating system, software name etc..

snack icon snack

Stochastic Neighbor and Crowd Kernel (SNaCK) embeddings: Quick and dirty visualization of large-scale datasets via concept embeddings

ubb-projects icon ubb-projects

mostly computer sicience projects I was forced to do during my MATH & comp. sci. bachelor @BBU

vezi-bilete-suicide-boys icon vezi-bilete-suicide-boys

Script That periodically checks tickets.funcode.hu/event ' s artist concerts to see when they go on sale

wobike icon wobike

Documentation of Bike Sharing APIs 🚴🛴🛵

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.