Kaitlyn is a Twitter bot that finds clones or possible duplicates of tweets.
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.
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
There are no tests yet.
Contributions are welcomed.
- Habeeb Kehinde Shopeju - HAKSOAT
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details
Thanks to:
and everyone who provided ideas to help make this project better.