Skip to content

dullmode/spamtter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spamtter

spamtter create favorites automatically and regurally

Requirement

  • python3
  • tweepy==3.9.0
  • twitter api keys(Elevated Access)

Installation

git clone https://github.com/dullmode/spamtter.git

Usage

you need to create .env file in service/

git clone https://github.com/dullmode/spamtter.git

cd spamtter/

echo -e API_KEY=xxxxxxxx\\n\
    API_KEY_SECRET=xxxxxxxx\\n\
    ACCESS_TOKEN=xxxxxxxx\\n\
    ACCESS_TOKEN_SECRET=xxxxxxxx\\n\
    COUNT=40\\n\
    INTERVAL=3600\\n\
    QUERY=xxxxxxxx > service/.env
  • QUERY is the word you want to make favorites.
  • COUNT is number of tweets you search.
  • INTERVAL is time to excute program regurally.

then, create and run docker.

python3 service/main.py

Note

I accept no responsibility for any loss resulting from spamtter.

License

spamtter is under MIT license.

About

spamtter is a program which creates favorites automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages