This repository was archived by the owner on Jul 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 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
22
33First release
44
Original file line number Diff line number Diff line change 33Get 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
676716TCmq3QrAmuJied6KwNGuiqxuGpZDVVMp
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.
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 44
55setup (
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 = '神瀬来未' ,
You can’t perform that action at this time.
0 commit comments