MichaelCurrin / twitterverse

Store and report on Twitter conversations, from tweets to trending topics 🌍 🐦 🐍

Home Page:https://michaelcurrin.github.io/twitterverse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitterverse 🌍 🐦 🐍

Store and report on Twitter conversations, from tweets to trending topics

Actions status Known Vulnerabilities GitHub tag License

Made with Python dependency - tweepy dependency- SQLObject

Documentation

View - Documentation

Note

You are welcome to use this project as is for your projects, or use any relevant code as inspiration for your own projects. Though, this project is not under active development.

I mostly use it for search and trends work and there is work to be done to get the search CSV data back into the database (the performance benefit was only 50% speed reduction so the non-CSV approach could have been okay from the start too).

Some of the logic is not used anymore and the CLIs are inconsistent or messy, but they will stay like that. Any work to add to or clean-up or refactor this project or update dependencies will probably be put off and moved to work in a new repo.

As a more modern alternative, see this project of mine:

  • MichaelCurrin - python-twitter-lib

That doesn't care about making database and schema choices for you - it just get data out of Twitter in a more convenient way than learning all the intricacies of Tweepy and the Twitter API.

Follow a guide to Tweepy

If you want to learn to use Tweepy and the Twitter API, I added tutorials and resources to this project which I created in 2020, based on a modern version of Tweepy.

Tutorial - Python Twitter Guide

How to use this project

This project does a lot of things but its core is searching for tweets and getting daily trending data and storing results in a database or CSV. It uses the command-line to let you store hashtag searches and choose places to watch.

If you want to see how to see how this project handles auth, search or streaming, have a look at this module:

You can clone and use the code locally or reference the code that you need for your own projects. Please provide a link back to this project. A copy of the license must be included with your code as well if you copy code directly from here.

License

Released under MIT by @MichaelCurrin.

About

Store and report on Twitter conversations, from tweets to trending topics 🌍 🐦 🐍

https://michaelcurrin.github.io/twitterverse/

License:MIT License


Languages

Language:Python 98.1%Language:Shell 1.5%Language:Makefile 0.4%