Skip to content

hartanto-brothers/gento-checker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gento-checker-python

Credit Card Checker CLI Python Version

Requirement

Requirement

  • Python 3
  • Git bash ( For Windows )
  • Gento Checker Account

if you don't have gento checker account you can register on this LINK

Setup

Windows

  1. Download Git Bash On this LINK
  2. Download Python 3 on this LINK
  3. After Install git bash and python3 you can clone this repositories by running this command
$ git clone https://github.com/hartanto-brothers/gento-checker-python
  1. After cloning repositories, you can switch your terminal to gento-checker-python folder
$ cd gento-checker-python
  1. Install python module by running this command
$ pip3 install -r requirements.txt
  1. After install all module, you can run the checker by running this command
$ python main.py

Linux

  1. Update your linux package
$ sudo apt update && sudo apt upgrade
  1. By default, python3 is installed on ubuntu20.04 or another linux, if it not installed you can running the command for install python3
  2. install python3-pip
$ sudo apt install python3-pip
  1. clone repositories
$ git clone https://github.com/hartanto-brothers/gento-checker-python
  1. Switch your folder to gento-checker-python
  2. Install python module by running this command
$ pip3 install -r requirements.txt
  1. After that you can run the script, make sure you have a list on the folder

LINKS

Gento Checker Account
Make your own CLI here