mirror of
https://github.com/trevorhobenshield/twitter-api-client.git
synced 2025-12-19 18:12:11 -05:00
update readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -127,4 +127,3 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
/__clean.py
|
|
||||||
|
|||||||
@@ -52,9 +52,6 @@ account.disable_notifications(s, 50393960)
|
|||||||
account.block(s, 50393960)
|
account.block(s, 50393960)
|
||||||
account.unblock(s, 50393960)
|
account.unblock(s, 50393960)
|
||||||
|
|
||||||
# other
|
|
||||||
account.stats(s, 50393960)
|
|
||||||
|
|
||||||
# user profile
|
# user profile
|
||||||
account.update_profile_image(s, 'test.jpg')
|
account.update_profile_image(s, 'test.jpg')
|
||||||
account.update_profile_banner(s, 'test.png')
|
account.update_profile_banner(s, 'test.png')
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# import shutil;import pathlib;[shutil.rmtree(p) for p in pathlib.Path().iterdir() if p.name in {'env', 'dist', 'twitter.egg-info'}];
|
# import shutil;import pathlib;[shutil.rmtree(p) for p in pathlib.Path().iterdir() if p.name in {'env', 'dist', 'twitter_api_client.egg-info'}];
|
||||||
python3 -m build
|
python3 -m build
|
||||||
python3 -m twine upload dist/*
|
python3 -m twine upload dist/*
|
||||||
Reference in New Issue
Block a user