Kaitlyn
Kaitlyn copied to clipboard
Twitter bot for fetching duplicated or plagiarised tweets.
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
- Habeeb Kehinde Shopeju - HAKSOAT
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.