arifistifik / bot-token

BOT TOKEN GENERATOR πŸ”œπŸ”œπŸ”œ HEADER CHROMEOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo LINE BOT TOKEN GENERATOR Python3

Version 3.0.8 LICENSE Supported python versions: 3.x

LINE Messaging's private API


Requirement

The linepy module only requires Python 3. You can download from here.

Installation

Installation is simple. It can be installed from pip using the following command:

$ pip3 install python3
$ cd bot-token
$ python3 token5.py

Usage

>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))

Author

Fadhiil Rachman / @fadhiilrachman

logo

About

BOT TOKEN GENERATOR πŸ”œπŸ”œπŸ”œ HEADER CHROMEOS


Languages

Language:Python 100.0%