Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 2.81 KB

README.md

File metadata and controls

86 lines (66 loc) · 2.81 KB

Projects aspired to be supported

MIT license built with Selenium built with Python3 Travis



Building and Packaging

python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine
rm -rf SocialCommons.egg-info/ build/ dist/
  • Modify version no in setup.py
python3 setup.py sdist bdist_wheel
  • Verify SocialCommons.egg-info, build and dist are recreated

Publishing package to Test Pypi

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Publishing package to Production Pypi

python3 -m twine upload dist/*

Installation

pip install -U SocialCommons

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Help build socialbotspy

Check out this short guide on how to start contributing!.