Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦

Awesome Lists containing this project

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



Sample screenshot

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