- InstaPy
- FacebookPy
- TwitterPy
- GooglePy
- GPlusPy
- PinterestPy
- LinkedinPy
- MediumPy
- YoutubePy
- TumblrPy
- RedditPy
- QuoraPy
- SnapPy
- WhatsappPy
- WeChatPy
- HangoutPy
- MessengerPy
- DiscordPy
- SlackPy
- GithubPy
- TelegramPy
- TwitchPy
- TikTokPy
- PeriscopePy
- GiveawayPy
- PTWPy
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
anddist
are recreated
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- Visit https://test.pypi.org/manage/project/socialcommons/releases/ and verify if it has uploaded the latest changes.
python3 -m twine upload dist/*
- Visit https://pypi.org/manage/project/socialcommons/releases/ and verify if it has uploaded the latest changes.
pip install -U SocialCommons
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
Check out this short guide on how to start contributing!.