Hi all,
I may take the time to start an open-source bot framework, enabling each one to implement his own bots, and to contribute to the project (for those who wants).
It would ease the process by:
Language:
Architecture:
I may take the time to start an open-source bot framework, enabling each one to implement his own bots, and to contribute to the project (for those who wants).
It would ease the process by:
- Support multi-threads (obviously)
- rotating proxies
- be multi-OS (Win/Mac/Linux)
- easy to use interface
- have logging and export capabilities in various formats
- Support Javascript automation through headless browsers
- enable a relatively easy development of new bots, with the idea to build a full library progressively.
Language:
- PHP?
- Python?
- Javascript?
- Other?
Architecture:
- Self-hosted web app accessed remotely? (advantage: no need to have a GUI, so you can install the tool on a remote linux server).
- Standalone graphical application?