Skip to content

socialbotspy/SocialCommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!.

About

Python Library for automated Social bots, internally used by all XPy bots. Star this repo if you enjoy it! Let the script running and do your thing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages