Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MichaelCurrin/python-twitter-guide
Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦
https://github.com/MichaelCurrin/python-twitter-guide
code-snippets guide python python3 snippets tutorial tweepy twitter twitter-api
Last synced: about 1 month ago
JSON representation
Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦
- Host: GitHub
- URL: https://github.com/MichaelCurrin/python-twitter-guide
- Owner: MichaelCurrin
- License: mit
- Created: 2020-04-14T07:48:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T09:34:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T18:44:06.351Z (about 1 month ago)
- Topics: code-snippets, guide, python, python3, snippets, tutorial, tweepy, twitter, twitter-api
- Homepage: https://michaelcurrin.github.io/python-twitter-guide/
- Size: 1.06 MB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - :bird: :snake: python-twitter-guide - Code snippets and links to docs around using the Twitter API and Tweepy on Python 3. @MichaelCurrin. (Showcase)
README
# Python Twitter Guide
> Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/python-twitter-guide?include_prereleases=&sort=semver)](https://github.com/MichaelCurrin/python-twitter-guide/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](#license)
[![Tweet](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fmichaelcurrin.github.io%2Fpython-twitter-guide%2F)][tweet-intent][tweet-intent]: https://twitter.com/intent/tweet?url=https%3A%2F%2Fmichaelcurrin.github.io%2Fpython-twitter-guide%2F%23%2F&via=MichaelCurrin&text=Check%20out%20this%20Python%20Twitter%20Guide&hashtags=tweepy%2Ctwitterapi%2Cpython%2Cguide%2Ctutorial
**Made with**
[![Made with latest Docsify](https://img.shields.io/npm/v/docsify?label=docsify)](https://docsify.js.org/)
[![Hosted with GH Pages](https://img.shields.io/badge/Hosted_with-GitHub_Pages-blue?logo=github&logoColor=white)](https://pages.github.com/)**Supports applications that use:**
[![Made for Python](https://img.shields.io/badge/python->=3.6-blue?logo=python&logoColor=white)](http://python.org/)
[![Made for Tweepy](https://img.shields.io/badge/tweepy->=3.8-blue?logo=twitter&logoColor=white)](http://docs.tweepy.org/)
[![Made for Twitter API](https://img.shields.io/badge/Twitter_API-1.1-blue?logo=twitter&logoColor=white)](https://developer.twitter.com/en/docs)## Preview
## Online guide
[![GitHub Pages site](https://img.shields.io/badge/View_site-Python_Twitter_Guide-238636?style=for-the-badge)](https://michaelcurrin.github.io/python-twitter-guide/ "Go to website")
## Contributing
Please see [Contributing](/CONTRIBUTING.md) guide.
## Development
See the [Development](/development.md) guide for how to setup and run the project.
## License
- Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).
- A copy of the original license must be included in your project e.g. as `LICENSE-source`.
- Freely modify and reuse.