A Python package that makes it easier to work with lists on Twitter

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Tweepy

    Twitter for Python!

  • Now for most basic operations like retrieving the current membership of a Twitter list, adding users to it, removing them etc. the Tweepy library is good enough. twitter_list_mgmt just adds extra functionality on top of Tweepy to make working with lists easier.

  • twitter_list_mgmt

    A python package for improving your lists on Twitter by using lists from others

  • In terms of setting up, you'll have to create authentication credentials for yourself. (This article from Realpython has a how-to on it.) Four text strings will be generated -- Consumer Key, Consumer Secret, Access Token and Access Token Secret. Create a file named 'config_twitter.ini', use the format below and paste in the credentials without apostrophes. You can also download a sample file here. Place the config in the same directory and on the same level as your script.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • twurl

    OAuth-enabled curl for the Twitter API

  • In terms of setting up, you'll have to create authentication credentials for yourself. (This article from Realpython has a how-to on it.) Four text strings will be generated -- Consumer Key, Consumer Secret, Access Token and Access Token Secret. Create a file named 'config_twitter.ini', use the format below and paste in the credentials without apostrophes. You can also download a sample file here. Place the config in the same directory and on the same level as your script.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • question about the excitability of a project

    1 project | /r/learnpython | 14 Mar 2023
  • How can do I grow my Newsletter?

    2 projects | /r/indiebiz | 8 Feb 2023
  • Measuring World Cup sentiment with Twitter and Tinybird

    2 projects | dev.to | 7 Dec 2022
  • Creating a twitter bot to automatically post Bitcoin and Ethereum prices.

    2 projects | dev.to | 18 Nov 2022
  • How to analyze edited Tweets with the Twitter API v2 using Python

    1 project | dev.to | 4 Oct 2022