Khod Fekra is an automated Twitter account which collects best deals from different online stores and posts tweets about them without any human interfering. It built with Python, Selenium and Gecko Driver.
Follow Us @KhodFekraStore
I made an online course to demonstrate how I made this as a good example to explain Python-Selenium [in Arabic].
- Edit
config.py
to set your configurations. - You have to provide a Mongo DB connection. Ask MongoDB Atlas to give you a free one.
- Install Python 3.6 or later using Miniconda
- Install the required dependencies
conda install selenium dnspython pymongo
- Run
jumia.py
to collect last deals from Jumia online stores. - Run
twitter.py
to post tweets about the collected deals. You will set your Twitter account credentials in theconfig.py
file.