A tool to monitor specific keywords on social networks about trademarks.
Actually, only Twitter is monitored and more social networks will be added later.
- Rename
config.ini.sample
toconfig.ini
and configure your options with your mail informations and your Slack webhook if needed. - You can enable the
standalone
mode in the configuration file to avoid to use the web application (True or False option). - Install the python requirements:
python3 -m pip install -r requirements.txt
- Start the monitor script:
python3 trademark-python.py
- Disable the
standalone
mode in theconfig.ini
file. - Start the Flask application (web interface):
flask run
- Add your trademarks and filters in the web application available:
http://127.0.0.1:5000/
- Add the possibility to remove a trademark / keyword
- Add the possibility to ignore spam tweets
- Add more filters options
- Add an authent method
- Clean the code for others developers
- Use an ORM for the database classes
- Edit the web interface to be more user friendly