Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A tweeter bot that crawl tweet and seek the latest tech information

NotificationsYou must be signed in to change notification settings

InferGuard/Twitter-Python-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description : A Twitter bot to crawl intressting tweet about new tech and seek the posted urls in depth

HOW It WORKS

The configuration is inside the python script :

Requierements

1 - Installing the dependencies

pip install -r requirements.txt

2- Adding Twitter API Credential

Installation

Add API TOKENS in environment and trigger the script.

consumerKey=os.environ['consumer_key']consumerSecret=os.environ['consumer_secret']accessTokenKey=os.environ['access_token_key']accessTokenSecret=os.environ['access_token_secret']

Before use

You'll need to add list of the people you follow, and get the List id

# ...list=api.GetListMembers(list_id='904980544005574656')forlinlist:# ...

Updating the hashTag

You can customize the hashtag that you need by fullfulling the follow list :

# ...hashtag= ["robot","cloud","azure","aws","apple","tesla","uber" ," facebook ","linux","fintech","lifehacking" ,"google ","docker","devops","bigdata","datascience","bitcoin","IOT ","AI ","hack","hacking","lifestyle"]# ...

Caution

Unless you have a business account twitter will apply a daly quota / monthly quota :Please refer to twitter error table :

# ...excepttwitter.error.TwitterErrorase:# ...

About

A tweeter bot that crawl tweet and seek the latest tech information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp