update readme

This commit is contained in:
Trevor Hobenshield
2023-03-18 16:49:47 -07:00
parent 4c49768bd5
commit 736502f105
3 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View File

@@ -126,5 +126,4 @@ venv.bak/
dmypy.json
# Pyre type checker
.pyre/
/__clean.py
.pyre/

View File

@@ -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')

View File

@@ -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/*