This repository was archived by the owner on Jul 27, 2023. It is now read-only.
File tree 5 files changed +7
-4
lines changed
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.1.2
1
+ ## 0.1.3
2
2
3
3
First release
4
4
Original file line number Diff line number Diff line change 3
3
Get information using a front-end API that does not require a Twitter site login.
4
4
5
5
![ 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 )
7
7
8
8
## Overview
9
9
@@ -67,4 +67,4 @@ Bitcoin Address
67
67
16TCmq3QrAmuJied6KwNGuiqxuGpZDVVMp
68
68
69
69
## 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.
Original file line number Diff line number Diff line change
1
+ from .main import Client
2
+
3
+ __version__ = "0.1.3"
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'Twitter_Frontend_API' ,
7
- version = '0.1.2 ' ,
7
+ version = '0.1.3 ' ,
8
8
description = 'Get information from Twitter using the front-end API built into the Twitter website.' ,
9
9
url = 'https://github.com/KohnoseLami/Twitter_Frontend_API' ,
10
10
author = '神瀬来未' ,
You can’t perform that action at this time.
0 commit comments