Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 1.53 KB

README.md

File metadata and controls

85 lines (51 loc) · 1.53 KB

Kaitlyn

Kaitlyn

Kaitlyn is a Twitter bot that finds clones or possible duplicates of tweets.

Usage

On the platform you can:

Tweet:

old @findclones

as a comment on a tweet to fetch clones of that tweet before it was created. These tweets are the possible originals.

Tweet:

new @findclones

as a comment on a tweet to fetch clones of that tweet after it was created. These tweets are possibly plagiarized.

Tweet:

go @findclones

as a comment on a tweet to fetch all clones of that tweet, regardless of when they were created.

Local Deployment

To use on computer, ensure that you have Python 3 installed.

Assign proper values to the environment variables in the .env file.

Run:

pip install -r requirements.txt

Run on terminal 1:

python worker.py

Run on terminal 2:

python clock.py

Running the tests

There are no tests yet.

Contributing

Contributions are welcomed.

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

Acknowledgments

Thanks to:

and everyone who provided ideas to help make this project better.