File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,3 +163,4 @@ cython_debug/
163163# and can be added to the global gitignore or merged into this file. For a more nuclear
164164# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165165# .idea/
166+ .vscode /settings.json
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Here's a simple example of how to use the client:
4040
4141``` python
4242import asyncio
43- from src. xclient import XTimelineClient
43+ from xclient import XTimelineClient
4444
4545async with XTimelineClient(
4646 " curl.txt" , persist_last_id_path = " state/last_id.txt"
@@ -54,7 +54,7 @@ You can also stream new tweets in real-time:
5454
5555``` python
5656import asyncio
57- from src. xclient import XTimelineClient
57+ from xclient import XTimelineClient
5858async with XTimelineClient(
5959 " curl.txt" , persist_last_id_path = " state/last_id.txt"
6060 ) as xc:
You can’t perform that action at this time.
0 commit comments