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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -126,5 +126,4 @@ venv.bak/
|
||||
dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
/__clean.py
|
||||
.pyre/
|
||||
@@ -52,9 +52,6 @@ account.disable_notifications(s, 50393960)
|
||||
account.block(s, 50393960)
|
||||
account.unblock(s, 50393960)
|
||||
|
||||
# other
|
||||
account.stats(s, 50393960)
|
||||
|
||||
# user profile
|
||||
account.update_profile_image(s, 'test.jpg')
|
||||
account.update_profile_banner(s, 'test.png')
|
||||
|
||||
2
setup.sh
2
setup.sh
@@ -1,5 +1,5 @@
|
||||
#!/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 twine upload dist/*
|
||||
Reference in New Issue
Block a user