Helps to Save Twiiter Thread by Tagging/Mentioning us. Under any Tweet you want to save, reply by mentioning our bot @binilchengankal. Wait for a minute for the reply from bot. A reply will be sent as direct message (
BFH/recqA2DMkbksFm0hb/2021
Bot uses tweepy to get the tweets where the bot is Tagged/Mentioned. From the it collect recipent ID, Tweet ID, Tweet Text and URL.Bot uses twitter API to send direct Message to the Recipent.
TwitterAPI tweepy
>> Login to Twitter
!!! Thread Saver Wont Work Unless You Follow Bot !!!
https://github.com/Aaromalchekavar/TuTu_TwitterThreadSaver.git
>> To get started, if you’re not using Python 3, you’ll want to install the virtualenv tool with pip:
$ pip install virtualenv
>> If you are using Python 3, then you should already have the venv module from the standard library installed.
$ cd <directory_name>
# Python 2:
$ virtualenv env
# Python 3
$ python3 -m venv env
$ source env/bin/activate
(env) $
$ export CONSUMER_KEY="<Your Consumer Key>"
$ export CONSUMER_SECRET="<Your Consumer Secret Key>"
$ export ACCESS_TOKEN="<Your Access Tocken>"
$ export ACCESS_TOKEN_SECRET="<Your Access Tocken Secret>"
$ python main.py
# or
$ python3 main.py