A Python library for automating interaction with websites
...MechanicalSoup automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn't do JavaScript. MechanicalSoup was created by M Hickford, who was a fond user of the Mechanize library. Unfortunately, Mechanize was incompatible with Python 3 until 2019 and its development stalled for several years. MechanicalSoup provides a similar API, built on Python giants Requests (for HTTP sessions) and BeautifulSoup (for document navigation). Since 2017 it is a project actively maintained by a small team.
...DOI: 10.1021/pr800500r
- Ovelleiro, D., Carrascal, M., Casas, V., Abian, J., LymPHOS: design of a phosphosite database of primary human T cells. Proteomics 2009, 9, 3741–3751. DOI: 10.1002/pmic.200800701
- Gallardo, Ó., Ovelleiro, D., Gay, M., Carrascal, M., Abian, J., A collection of open source applications for mass spectrometry data mining. Proteomics 2014, 20, 2275-2279. DOI: 10.1002/pmic.20140012
...More detailed information on TCellXTalk and the people at the CSIC/UAB Proteomics Laboratory behind it can be obtained at https://www.tcellxtalk.org/about/
- Casanovas, A., Gallardo, Ó., Carrascal, M., Abian, J., TCellXTalk facilitates the detection of co-modified peptides for the study of protein post-translational modification cross-talk in T cells. Bioinformatics 2019, 35-8, 1404–1413, DOI 10.1093/bioinformatics/bty805 ( https://doi.org/10.1093/bioinformatics/bty805 )
Google Mass Search is a small script written in python to get large number(as you need) of urls from google search results of a specified string. It is really simple to use but fast & powerful.
You can specify a search string, no. of results filename, and some optional fields. GMS retrieves all the required links in a few seconds and save it to the file. It also eliminates the redundant links.
You can also apply filters like links containing a given string or not containing a string....
BitTorrent is a tool for distributed download. Go to http://www.bittorrent.com/ for the latest version, or http://www.bittorrent.com/dl/?C=M;O=D for source and older versions.