Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 8b9f76e

Browse files
author
KohnoseLami
authored
Add files via upload
1 parent fdd5dc1 commit 8b9f76e

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.2
1+
## 0.1.3
22

33
First release
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Get information using a front-end API that does not require a Twitter site login.
44

55
![Python 3.8](https://img.shields.io/badge/-Python%203.8-3776AB.svg?logo=python&style=plastic)
6-
[![Release](https://img.shields.io/badge/-Release%200.1.2-00979D.svg?logo=release&style=plastic)](https://github.com/KohnoseLami/Twitter_Frontend_API/releases)
6+
[![Release](https://img.shields.io/badge/-Release%200.1.3-00979D.svg?logo=release&style=plastic)](https://github.com/KohnoseLami/Twitter_Frontend_API/releases)
77

88
## Overview
99

@@ -67,4 +67,4 @@ Bitcoin Address
6767
16TCmq3QrAmuJied6KwNGuiqxuGpZDVVMp
6868

6969
## Legal
70-
This is not official on Twitter. Use at your own risk.
70+
This is not official on Twitter. Use at your own risk.

Twitter_Frontend_API/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .main import Client
2+
3+
__version__ = "0.1.3"
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Twitter_Frontend_API',
7-
version='0.1.2',
7+
version='0.1.3',
88
description='Get information from Twitter using the front-end API built into the Twitter website.',
99
url='https://github.com/KohnoseLami/Twitter_Frontend_API',
1010
author='神瀬来未',

0 commit comments

Comments
 (0)